mhamilton723/STEGO

Compiling conda environment with environment.yml fails

smithalas opened this issue · 4 comments

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

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:

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.

Hello, could you explain what is the mumba?

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.

Hello, could you explain what is the mumba?

You can refer to https://mamba.readthedocs.io/en/latest/, I hope it is helpful!