-
Notifications
You must be signed in to change notification settings - Fork 264
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
Installation failed (Openfold, CUDA issues) #228
Comments
Full error output from first attempt: Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117 × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
Full output from second attempt: Collecting openfold@ git+https://github.com/aqlaboratory/openfold.git@4b41059694619831a7db195b7e0988fc4ff3a307 × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
same here
by running |
First install these torch libraries then run pip install openfold @ git+https://github.com/aqlaboratory/openfold.git@103d0370ad9ce07579c20fa9c889a632f9b16618 This worked for me. |
Using an early verison of openfold solved my same problem. |
it works for me |
How do you make it work after pip+git installation? I was able to successfully install it using: pip install openfold@git+https://github.com/aqlaboratory/openfold.git@cf177c0c4a19bec0c380ff9758a18061c3248f85 After installation, I was able to identify a folder automatically installed in "python3.12/site-packages/openfold" with "data" "model" "np" "__ pychache__" "utils" folders in it together with a "config.py" and "__ init__.py" files, but apparently there are no other "run scripts" in the folder and from here on I can't find a way to use openfold. How would you proceed after successful pip install using this early version? Thanks for your help |
Current pl_upgrades branch of OpenFold with my PR496 fix works for me (installing just OpenFold, not DiffDock, but it may help in general). |
I've been trying to get this installed but it consistently fails at installing Openfold. Following the readme (I had to manually install the packages listed in environment.yml) it all works OK until I try to install Openfold. This appears to be the key error:
I then tried the instructions from #180 and ended up with Openfold installation failing again, with this error:
Full outputs follow.
The text was updated successfully, but these errors were encountered: