[AstroPy] erfa_time astropy.time

frohmaier c. (cf5g09) C.Frohmaier at soton.ac.uk
Wed Oct 22 09:23:45 EDT 2014


Hi,

I’ve recently installed astropy to my local area on a HPC in the UK (Iridis4).  I need to use the fits and time capabilities of astropy. 
I can use fits (from astropy.io import fits)

However, when i try to use time:
from astropy.time import Time

I get this error message:

from astropy.time import Time
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 File "/home/cf5g09/.local/lib/python2.7/site-packages/astropy-0.4.2-py2.7-linux-x86_64.egg/astropy/time/__init__.py", line 2, in <module>
   from .core import *
 File "/home/cf5g09/.local/lib/python2.7/site-packages/astropy-0.4.2-py2.7-linux-x86_64.egg/astropy/time/core.py", line 42, in <module>
   from . import erfa_time
ImportError: /home/cf5g09/.local/lib/python2.7/site-packages/astropy-0.4.2-py2.7-linux-x86_64.egg/astropy/time/erfa_time.so: undefined symbol: __svml_sin2

Could someone explain to me how to fix this error or how I can reinstall astropy so that Time is usable?

Cheers,
Chris


More information about the AstroPy mailing list