sup3r version checks
Location of the documentation
https://github.com/NREL/sup3r/tree/main/examples/sup3rcc
Documentation problem
When following the 4th step of "Running Sup3rCC Models": Setup the Sup3rCC software. We recommend using miniconda to manage your python environments. You can create a sup3r environment with the conda file in this example directory: $ conda env create -n sup3rcc --file env.yml
I encountered the error below:
error.txt
Suggested fix for documentation
The problem can be resolved by removing the version specification of h5pyd, nrel-gaps, nrel-rex (i.e., delete "==version_number").
The modified env.yml that would work is as follows:
modified_env.yml
sup3r version checks
mainhereLocation of the documentation
https://github.com/NREL/sup3r/tree/main/examples/sup3rcc
Documentation problem
When following the 4th step of "Running Sup3rCC Models": Setup the Sup3rCC software. We recommend using miniconda to manage your python environments. You can create a sup3r environment with the conda file in this example directory: $ conda env create -n sup3rcc --file env.yml
I encountered the error below:
error.txt
Suggested fix for documentation
The problem can be resolved by removing the version specification of h5pyd, nrel-gaps, nrel-rex (i.e., delete "==version_number").
The modified env.yml that would work is as follows:
modified_env.yml