-
Notifications
You must be signed in to change notification settings - Fork 4
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
import astropy.io.fits fails in astropy==2.0.11 #176
Comments
Hmmm, the plot thickens. It depends on which Ubuntu. On Ubuntu 16.04, both 2.0.10 and 2.0.11 print the error above. On Ubuntu 18.04, 2.0.10 is OK but 2.0.11 prints the error. (I'm trying to import it in two otherwise identical virtual environments...) I should rather say warning, as it proceeds to run afterwards anyway. |
I can't replicate the issue on Ubuntu 18.04, python2 and 2.0.11 (virtualenv, tshikovski) |
this is just not a KERN issue, closing this. |
@bennahugo, I first saw this here... |
hm? |
Seeing the same error in a different context. Still haven't figured it out. |
did you experiment with the numpy version? Some googlin hints that this might be a numpy 1.15 issue and running 1.16 solved it. |
Works fine in 2.0.10.
The text was updated successfully, but these errors were encountered: