When installing hive into a fresh environment pip install nrel.hive, you can still do: import hive which will attempt to load a copy of the code that is from 6 months ago (when we open sourced the package and switched to using the nrel namespace).
When looking into the site package, there is a hive directory (in addition to the current nrel/hive directory).
We need to figure out why this old version of the code is getting distributed.
When installing hive into a fresh environment
pip install nrel.hive, you can still do:import hivewhich will attempt to load a copy of the code that is from 6 months ago (when we open sourced the package and switched to using the nrel namespace).When looking into the site package, there is a hive directory (in addition to the current nrel/hive directory).
We need to figure out why this old version of the code is getting distributed.