ASE_ANI icon indicating copy to clipboard operation
ASE_ANI copied to clipboard

libAEV.so can not open

Open Gvinkc opened this issue 5 years ago • 2 comments

Hi, can you please help on the following error? File "ani_quicktest.py", line 6, in from ase_interface import ANIENS File "/ASE_ANI/examples/ase_interface.py", line 20, in import pyNeuroChem as pync ImportError: libAEV.so: cannot open shared object file: No such file or directory

Gvinkc avatar Mar 19 '19 20:03 Gvinkc

Please check if you set proper environment variables. Have a look at examples in bashrc_example.sh and env.sh

isayev avatar Apr 09 '19 20:04 isayev

This should solve your problem:

export LD_LIBRARY_PATH=/usr/local/cuda-9.2/lib64:${HOME}/src/ASE_ANI/lib:${LD_LIBRARY_PATH}

This issue could be closed.

UnixJunkie avatar Sep 26 '23 02:09 UnixJunkie