-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling conda environment with environment.yml fails #74
Comments
Maybe you can use memba to create or create the new environment , python=3.6.9, and then manual download all of package.This way works for me. |
I just installed the STEGO environment, a few points:
|
Hello, could you explain what is the mumba? |
You can refer to https://mamba.readthedocs.io/en/latest/, I hope it is helpful! |
Hi,
I am having issues compiling the conda environment using the environment.kml file, as per the installation instructions. The issue reproduced below:
conda env create -f environment.yml
Collecting package metadata (repodata.json): - WARNING conda.core.index:push_record(267): Skipping conda-forge/linux-64::nvidia-apex-22.03-cuda102py310hce0d3a8_0 due to InvalidSpec: *=cuda
Before finally:
Solving environment: failed
Has anyone experienced this and does anybody know how to resolve this?
Cheers,
Alasdair
The text was updated successfully, but these errors were encountered: