-
Notifications
You must be signed in to change notification settings - Fork 4
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 error #5
Comments
Hi!
|
Doing so gives me the same error:
This is on WSL2 Debian 12. NVIDIA RTX A500 GPU, NVIDIA driver 552.74 , Cuda 12.2 |
I updated the conda environment spec to be more suited for windows systems as well. I cannot test it myself, however you can try to remove the |
Hi, on WSL2 Debian I followed
At the end of the installation I see the following error:
Testing the installation... Generating SMILES for P29275 (A2AR_HUMAN) using the pretrained model. Traceback (most recent call last): File "/home/evehom/pcmol/pcmol/generate.py", line 2, in <module> from pcmol.models.runner import Runner File "/home/evehom/pcmol/pcmol/__init__.py", line 1, in <module> from .models.runner import Runner File "/home/evehom/pcmol/pcmol/models/__init__.py", line 1, in <module> from .transformer import AF2SmilesTransformer, count_parameters File "/home/evehom/pcmol/pcmol/models/transformer.py", line 1, in <module> import torch File "/home/evehom/miniconda3/envs/pcmol/lib/python3.10/site-packages/torch/__init__.py", line 367, in <module> from torch._C import * # noqa: F403 ImportError: /home/evehom/miniconda3/envs/pcmol/lib/python3.10/site-packages/torch/lib/../../nvidia/cusparse/lib/libcusparse.so.12: undefined symbol: __nvJitLinkComplete_12_4, version libnvJitLink.so.12 **************
Please advise on how to resolve this. Thanks/Evert
The text was updated successfully, but these errors were encountered: