Replies: 7 comments 12 replies
-
I know little about conda thus, ask @kemingy and @VoVAllen for help 😄 |
Beta Was this translation helpful? Give feedback.
-
mamba is built for that. Sadly, due to #969 (comment), we are not able to use it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@VoVAllen Do you remember the reason why we need to update the conda env instead of creating it from the |
Beta Was this translation helpful? Give feedback.
-
FWIW, I just tried |
Beta Was this translation helpful? Give feedback.
-
I just created an issue for this problem #1409. Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
-
Another mysterious facts:
> /opt/conda/bin/conda --version
conda 22.11.1
> conda env create -f ~/ada/adaexam_crossplatform.yml #slow
> wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
> bash Miniconda3-latest-Linux-x86_64.sh -b
> /home/envd/miniconda3/bin/conda --version
conda 22.11.1
> /home/envd/miniconda3/bin/conda env create -f ~/ada/adaexam_crossplatform.yml #fast |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to use envd to create a env for this conda env file https://github.com/epfl-ada/2022/blob/main/Exam/adaexam_crossplatform.yml because I have problems to create the conda env directly on my m1 Mac.
But it's very slow:
It seems these 2 steps are extremely slow:
I also tried creating the conda env directly on a ubuntu machine, and it succeeded in reasonable time.
BTW, there are plenty of results if searching for getting stuck at the above two steps... So it seems a conda issue. Anyway, are there any suggestions about how to make the build faster?
Beta Was this translation helpful? Give feedback.
All reactions