I just tried creating comstockpostproc environment following instruction in https://github.com/NREL/ComStock/tree/main/postprocessing
-
first, setup.py says we should use python 3.10.12 and instruction is outdated.
-
second,
- I get these two packages in these versions when install completed,
- and I believe those two versions are not working well together
- causing an error like this,
-
quick patch solution is to override plotly into an older version doing this:
pip install plotly==6.0.1
I just tried creating
comstockpostprocenvironment following instruction in https://github.com/NREL/ComStock/tree/main/postprocessingfirst,
setup.pysays we should use python 3.10.12 and instruction is outdated.second,
quick patch solution is to override plotly into an older version doing this:
pip install plotly==6.0.1