You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following when trying to import array_ops. I didn't get errors during the compilation - I can attach the output of that if useful.
>>> from enlib import array_ops
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/r/rbond/maccrann/cmb/code/enlib_dir/enlib/array_ops/__init__.py", line 1, in <module>
from .interface import *
File "/home/r/rbond/maccrann/cmb/code/enlib_dir/enlib/array_ops/interface.py", line 4, in <module>
from . import fortran_32, fortran_64, fortran_c64, fortran_c128
ImportError: /home/r/rbond/maccrann/cmb/code/enlib_dir/enlib/array_ops/fortran_32.cpython-39-x86_64-linux-gnu.so: undefined symbol: ssyev_
I'm getting the following when trying to import array_ops. I didn't get errors during the compilation - I can attach the output of that if useful.
Here is the contents of my COMPILE_OPTS file:
The text was updated successfully, but these errors were encountered: