aqlaboratory / openfold

Trainable, memory-efficient, and GPU-friendly PyTorch reproduction of AlphaFold 2
Apache License 2.0
2.83k stars 550 forks source link

Unable to install OpenFold in Google Colaboratory #456

Open nickraisgit opened 5 months ago

nickraisgit commented 5 months ago

We are looking to utilize OpenFold within the implementation of NeuralPLexer and AlphaFlow, but when trying to pip install the package, this error keeps coming up:

Building wheels for collected packages: openfold error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Building wheel for openfold (setup.py) ... error ERROR: Failed building wheel for openfold Running setup.py clean for openfold Failed to build openfold ERROR: Could not build wheels for openfold, which is required to install pyproject.toml-based projects

Any idea on how to solve this issue and install OpenFold through Google Colab?

johnnytam100 commented 1 month ago

same issue here.