-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
One tip when creating buildstockbath conda environment, create the environment using a lower python version (e.g., 3.11.8) instead of using the default python environment, which is 3.11.11 for now. When I using the python 3.11.11, I got an TypeError
about importing dask package when loading the buildstock_local -h
. It's an error caused by the compatibility of dask version and python version.
To Reproduce
However, I cannot reproduce it in my computer after I fix this problem. For the first time, I create a buildstockbath envirnment with python 3.11.11, I got this error. But after I fix this problem by downgrade python, I create a new buildstockbath envirnment with python 3.11.11, no error occurs.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working