ASE_ANI icon indicating copy to clipboard operation
ASE_ANI copied to clipboard

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

Open UnixJunkie opened this issue 9 months ago • 4 comments

# ./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 avatar Sep 26 '23 02:09 UnixJunkie