Skip to content

Resolving the errors when using env.yml to set up sup3rcc environment #285

@shellyzh

Description

@shellyzh

sup3r version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions