Closed jordanperr closed 1 year ago
Thanks for catching this. I think in the old version of the QA notebook, the message about needing h5pyd and running pip install "openoa[wtk]"
was more prevalent, but we could certainly move this single requirement into the develop category in the setup script: https://github.com/NREL/OpenOA/blob/develop_v3/setup.py#L34-L56.
This issue is addressed in PR #218 where h5pyd is added as a dependency in setup.py and requirements.txt
When installing OpenOA V3 (from develop_v3 branch) in a new environment, upon first run of the example 00_intro notebook, user is greeted with an error that h5pyd can not be found.
Solution:
pip install h5pyd
and reload the notebook kernel.Proposed action:
References: