Skip to content
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

libAEV.so can not open #25

Open
Gvinkc opened this issue Mar 19, 2019 · 2 comments
Open

libAEV.so can not open #25

Gvinkc opened this issue Mar 19, 2019 · 2 comments

Comments

@Gvinkc
Copy link

Gvinkc commented Mar 19, 2019

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

@isayev
Copy link
Owner

isayev commented Apr 9, 2019

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

@UnixJunkie
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants