cpython lib.so undefined symbol
Posted: Thu Dec 12, 2024 2:24 am
Dear Developers,
I am trying to install the Python API using source code. The platform is x64 Linux GNU with CUDA. When I invoke this command:
or try to run a tutorial script, I encounter this error:
Apparently it has something to do with the AMOEBA forcefield.
I'm looking forward to receiving help from you.
Best regards,
Hoa T. Le
I am trying to install the Python API using source code. The platform is x64 Linux GNU with CUDA. When I invoke this command:
Code: Select all
python -m openmm.testInstallation
Code: Select all
Traceback (most recent call last):
File "<frozen runpy>", line 189, in _run_module_as_main
File "<frozen runpy>", line 112, in _get_module_details
File "/path/to/miniconda3/lib/python3.12/site-packages/openmm/__init__.py", line 24, in <module>
from openmm.openmm import *
File "/path/to/miniconda3/lib/python3.12/site-packages/openmm/openmm.py", line 10, in <module>
from . import _openmm
ImportError: /path/to/miniconda3/lib/python3.12/site-packages/openmm/_openmm.cpython-312-x86_64-linux-gnu.so: undefined symbol: _ZN6OpenMM30AmoebaGeneralizedKirkwoodForce19setDielectricOffsetEd
I'm looking forward to receiving help from you.
Best regards,
Hoa T. Le