You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> import torch_scatter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "*/lib/python3.12/site-packages/torch_scatter/__init__.py", line 16, in <module>
torch.ops.load_library(spec.origin)
File "*/lib/python3.12/site-packages/torch/_ops.py", line 1350, in load_library
ctypes.CDLL(path)
File "*/lib/python3.12/ctypes/__init__.py", line 379, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: */lib/python3.12/site-packages/torch_scatter/_version_cuda.so: undefined symbol: _ZN5torch3jit17parseSchemaOrNameERKSsb
It does seem like TorchMDNet uses all these packages but by default their environment.yml doesn't install openmm-torch. It would be great to know if there's any way around this.
Thanks!
The text was updated successfully, but these errors were encountered:
I want to install
openmm-torch
andpyg
. I'm wondering if there are any known versions of these packages that work together.Simple test
this installs
torch2.5.1.post303
with cuda version11.8
on my system.now when I try to install other packages through pip (conda isn't able to find a matching version)
its unable to install these packages correctly
It does seem like TorchMDNet uses all these packages but by default their
environment.yml
doesn't installopenmm-torch
. It would be great to know if there's any way around this.Thanks!
The text was updated successfully, but these errors were encountered: