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?
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?