-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
sup3r version checks
- I have checked that the issue still exists on the latest versions of the docs on
mainhere
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
bnb32
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request