-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create conda environment #427
Comments
Hi !
Downloading and Extracting Packages: Preparing transaction: done done Pip subprocess error: × git checkout -q 5b838a8 did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × git checkout -q 5b838a8 did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. failed CondaEnvException: Pip failed (base) dina@:~/Documents/PPI_WDLLM/openfold$ conda env create -n openfold_env -f environment.yml CondaValueError: prefix already exists: /home/dina/miniconda3/envs/openfold_env (base) dina@:~/Documents/PPI_WDLLM/openfold$ conda env create -n openfold_env2 -f environment.yml
Downloading and Extracting Packages: Preparing transaction: done done Pip subprocess error: × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. failed CondaEnvException: Pip failed (base) dina@:~/Documents/PPI_WDLLM/openfold$ conda env list conda environments:base * /home/dina/miniconda3 (base) dina@: stereo_chemical_props.txt 100%[=================================================>] 8,91K --.-KB/s in 0s Last-modified header missing -- time-stamps turned off. ln: failed to create symbolic link 'tests/test_data/alphafold/common/stereo_chemical_props.txt': File exists |
I am also facing this issue. |
This can be solved analogously to facebookresearch/esm#677. By using cudatoolkit-dev instead of cudatoolkit and by downgrading mkl to mkl=2024.0.0. |
This solved the issue for me. Thanks! |
Specifying the mkl version fixes the issue, and a code change for that has been pushed in the mentioned commit. Hence closing. |
I clone the repo, cd into it, run the provided command
mamba env create -n openfold_env -f environment.yml
and run into the following error:The text was updated successfully, but these errors were encountered: