-
Notifications
You must be signed in to change notification settings - Fork 663
Failed to build openfold #677
Comments
I am facing the same issue and am linking the relevant issue from the openfold repo: aqlaboratory/openfold#427 |
I was able to solve the issue by modifying the environment as follows: and include: While you're at it, do yourself the favour and also include: |
* Force downgrade of mkl to 2024.0.0 Bug related to mkl prevents annexa from working using singularity, need to downgrade to older version of mkl and einops facebookresearch/esm#677 (comment) * Revert "Force downgrade of mkl to 2024.0.0" This reverts commit c347cc5. * Revert * Force mkl downgrade to 2024.0.0
* Force downgrade of mkl to 2024.0.0 Bug related to mkl prevents annexa from working using singularity, need to downgrade to older version of mkl and einops facebookresearch/esm#677 (comment) * Revert "Force downgrade of mkl to 2024.0.0" This reverts commit c347cc5. * Revert * Force mkl downgrade to 2024.0.0 * Update environment.yml
* Force downgrade of mkl to 2024.0.0 Bug related to mkl prevents annexa from working using singularity, need to downgrade to older version of mkl and einops facebookresearch/esm#677 (comment) * Revert "Force downgrade of mkl to 2024.0.0" This reverts commit c347cc5. * Revert * Force mkl downgrade to 2024.0.0 * Update environment.yml * Update environment.yml
Even with these fixes I'm still getting the "failed building wheel for openfold" error :-( Could it be some problem related to cuda or nvcc? nvcc: NVIDIA (R) Cuda compiler driver |
Bug description
Unable to install openfold
Reproduction steps
I have run
pip install "fair-esm[esmfold]"
andpip install 'dllogger @ git+https://github.com/NVIDIA/dllogger.git'
as the README indicates. Then I make sure I have nvcc installed withconda install cuda-nvcc -c nvidia
. However, when I runpip install 'openfold @ git+https://github.com/aqlaboratory/openfold.git@4b41059694619831a7db195b7e0988fc4ff3a307'
I get the following installation error:The text was updated successfully, but these errors were encountered: