-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The uuid library listed as a dependency is a python 2 backport of uuid. This dependency should be removed since uuid is bundled with python since version 2.5, and it will cause a syntax error if this version is used.
Background: The easiest way to run an OpenStudio measure containing the constrain package through the OpenStudio cli is to use the --python_path option to add an extra directory to OpenStudio's python path. Given that constrain is installed, this looks like "openstudio --python_path "/usr/local/lib/python3.12/site-packages" measure -r .". This overrides the default uuid with the version that constrain installed and will cause an error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels