Replies: 2 comments
|
Hi, It says the channel "conda-forgeh" is not found, but the "h" at the end should not be there. You can check with |
0 replies
|
Hi! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm new to opendrift and I can't install it. Please, does anyone know how to solve this problem?
Thanks for your time
(base) C:\Users\w7\opendrift> conda config --add channels conda-forge
Warning: 'conda-forge' already in 'channels' list, moving to the top
(base) C:\Users\w7\opendrift>conda env create -f environment.yml
Collecting package metadata (repodata.json): failed
UnavailableInvalidChannel: The channel is not accessible or is invalid.
channel name: conda-forgeh
channel url: https://conda.anaconda.org/conda-forgeh
error code: 404
You will need to adjust your conda configuration to proceed.
Use
conda config --show channelsto view your configuration's current state,and use
conda config --show-sourcesto view config file locations.(base) C:\Users\w7\opendrift>conda activate opendrift
Could not find conda environment: opendrift
You can list all discoverable environments with
conda info --envs.All reactions