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:
- Without using the mumba library I couldn't create the environment (https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community)
- With Ubuntu 20.04 I needed to create a symbolic link to install wget: https://stackoverflow.com/questions/61875869/ubuntu-20-04-upgrade-python-missing-libffi-so-6
- I had to install tensorboard2.4 through conda instead of pip (
import tensorboard
failed if installed with pip).
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!