Fitsio Python Package Import Error - undefined symbol: fits_use_standard_strings

17 Views Asked by At

I am trying to import fitsio version 1.2.1 on python 3.7.0. However, I receive the following error "ImportError:

/home/apc44/anaconda3/envs/pylab_py37/lib/python3.7/site-packages/fitsio/_fitsio_wrap.cpython-37m-x86_64-linux-gnu.so: undefined symbol: fits_use_standard_strings"

I have tried other versions of fitsio and python but have still been unable to resolve this issue. Any insight would be greatly appreciated!

0

There are 0 best solutions below