I followed the steps as recommended by the readme file and example bashrc for configuring the models. I am facing the following error while trying to import ANIENS. I attach the command and the trace below. Could you please help me resolve this? I have checked if the LD_LIBRARY_PATH contains the required path and it does.
Command:
from ase_interface import ANIENS
Trace:
van Der Waals correction will be unavailable. Please install ased3
ImportError Traceback (most recent call last)
in
----> 1 from ase_interface import ANIENS
/scratch/e/esargent/mxyptlkr/ml_potential/ASE_ANI/lib/ase_interface.py in
18 pass
19
---> 20 import pyNeuroChem as pync
21
22 import multiprocessing
ImportError: /scratch/e/esargent/mxyptlkr/ml_potential/ASE_ANI/lib/pyNeuroChem.so: cannot open shared object file: No such file or directory
I followed the steps as recommended by the readme file and example bashrc for configuring the models. I am facing the following error while trying to import ANIENS. I attach the command and the trace below. Could you please help me resolve this? I have checked if the LD_LIBRARY_PATH contains the required path and it does.
Command:
from ase_interface import ANIENS
Trace:
van Der Waals correction will be unavailable. Please install ased3
ImportError Traceback (most recent call last)
in
----> 1 from ase_interface import ANIENS
/scratch/e/esargent/mxyptlkr/ml_potential/ASE_ANI/lib/ase_interface.py in
18 pass
19
---> 20 import pyNeuroChem as pync
21
22 import multiprocessing
ImportError: /scratch/e/esargent/mxyptlkr/ml_potential/ASE_ANI/lib/pyNeuroChem.so: cannot open shared object file: No such file or directory