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

ImportError: ~/src/ASE_ANI/lib/libboost_python.so.1.63.0: undefined symbol: _Py_fopen #45

Open
UnixJunkie opened this issue Sep 26, 2023 · 4 comments

Comments

@UnixJunkie
Copy link

# ./test.sh 
Traceback (most recent call last):
  File "~/src/ASE_ANI/examples/ani_quicktest.py", line 6, in <module>
    from ase_interface import ANIENS
  File "~/src/ASE_ANI/lib/ase_interface.py", line 20, in <module>
    import pyNeuroChem as pync
ImportError: ~/src/ASE_ANI/lib/libboost_python.so.1.63.0: undefined symbol: _Py_fopen
@UnixJunkie
Copy link
Author

Can reproduce by:

#!/bin/bash

export PATH=/usr/local/cuda-9.2/bin:${PATH}

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

export PYTHONPATH=${HOME}/src/ASE_ANI/lib:${PYTHONPATH}

source bashrc_example.sh

python3 examples/ani_quicktest.py 

@UnixJunkie
Copy link
Author

The cluster node I am using uses Ubuntu 22.04.3 LTS; if that helps.

@UnixJunkie
Copy link
Author

I am stuck with this one; any help very welcome.

@proteneer
Copy link
Collaborator

well, time to unwatch this repo

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

2 participants