-
Notifications
You must be signed in to change notification settings - Fork 285
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 execute #180
Comments
I figured out that a lib probably missing so installed that but still encountered by the error |
Having the same issue, but for me it errors on importing torch_geometric: pip show torch_geometric Edit: Figured out this is an issue with python compatibility with the libraries (maybe the python version in the readme was changed recently without changing the packages to install?) Follow the readme except alter these two lines:
Becomes:
|
This worked for me. Thanks!! |
I add a pull request to fix the error. #214 |
installed as per the given instruction
conda create --name diffdock python=3.9
conda activate diffdock
conda install pytorch==1.11.0 pytorch-cuda=11.7 -c pytorch -c nvidia
pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric==2.0.4 -f https://data.pyg.org/whl/torch-1.11.0+cu117.html
python -m pip install PyYAML scipy "networkx[default]" biopython rdkit-pypi e3nn spyrmsd pandas biopandas
pip install "fair-esm[esmfold]"
pip install 'dllogger @ git+https://github.com/NVIDIA/dllogger.git'
pip install 'openfold @ git+https://github.com/aqlaboratory/openfold.git@4b41059694619831a7db195b7e0988fc4ff3a307'
(diffdock) debanjan@debanjan:~/Downloads/DiffDock-main$ python -m inference --protein_ligand_csv data/protein_ligand_example_csv.csv --out_dir results/user_predictions_small --inference_steps 20 --samples_per_complex 40 --batch_size 10 --actual_steps 18 --no_final_step_noise
/home/debanjan/Downloads/DiffDock-main/inference.py:8: DeprecationWarning:
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
but was not found to be installed on your system.
If this would cause problems for you,
please provide us feedback at pandas-dev/pandas#54466
import pandas as pd
Segmentation fault (core dumped)
System Info
Linux Mint OS
RTX 2070 GPU
(diffdock) debanjan@debanjan:~/Downloads/DiffDock-main$ nvidia-smi
Mon Feb 19 22:06:04 2024
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.154.05 Driver Version: 535.154.05 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce RTX 2070 ... On | 00000000:01:00.0 On | N/A |
| 33% 37C P8 6W / 215W | 365MiB / 8192MiB | 2% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 1110 G /usr/lib/xorg/Xorg 157MiB |
| 0 N/A N/A 1531 G cinnamon 52MiB |
| 0 N/A N/A 8646 G /usr/lib/firefox/firefox 152MiB |
+---------------------------------------------------------------------------------------+
The text was updated successfully, but these errors were encountered: