mhamilton723 / STEGO

Unsupervised Semantic Segmentation by Distilling Feature Correspondences
MIT License
711 stars 142 forks source link

Compiling conda environment with environment.yml fails #74

Open smithalas opened 1 year ago

smithalas commented 1 year ago

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

KennyChen880127 commented 1 year ago

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.

EnlNovius commented 1 year ago

I just installed the STEGO environment, a few points:

gtq0801 commented 1 year ago

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?

KennyChen880127 commented 1 year ago

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!