Solving environment gets killed on Ubuntu 22.04
atharvadeore999 opened this issue · 5 comments
Please suggest a solution to create environment using yaml file, as it doesn't get created after installing mamba too
mamba env create -f environment.yml
did it for me under ubuntu 22.04. However, I made some modifications for python 3.7. Use it with precaution but for me it works smoothly.
environment.zip
mamba env create -f environment.yml
did it for me under ubuntu 22.04. However, I made some modifications for python 3.7. Use it with precaution but for me it works smoothly.
environment.zip
Can you please tell me what changes you made in python
I mean env file was meant for python 3.6.9. I changed it to 3.7 and changed versions of other packages for compatilibity. You just need to create env with the file I attached.
OK, Thank you
@colt18 Thanks, your 3.7 environment file works smoothly for me. Just mamba
install the cpu
version pytorch
for me in default. I had to use
mamba install "pytorch=*=*cuda*" pytorch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1 cudatoolkit=11.3 -c pytorch -c conda-forge
in the command line again to force the cuda version installation