-
Notifications
You must be signed in to change notification settings - Fork 125
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
[RESOLVED]Error with from astropy.convolution import Gaussian1DKernel #129
Comments
You'll need to add |
Hmm, this actually looks like a bug in our |
Yes. I deliberately excluded that because it was said in numpy/numpy#17184 (comment) that is was unlikely to be useful (and tbh I can't understand why astropy would need it). |
I'd rather that the odd library which does somehow depend on |
It's not |
Grrr. I really like NumPy but I seriously wish it would separate its public API from its guts from its test suite from its build system... I guess that we'll have to remove that exclusion then. |
Solved with
Thank you ! |
I'm going to keep this open as it needs to be addressed in the numpy hook. |
When I try to run the program packaged with pyinstaller with the code below,
I have
I have done this with python3.7, under Ubuntu and with the last version of all the libraries.
I also try with different versions of python and libraries but I have still the same problem
Can you help me ?
The text was updated successfully, but these errors were encountered: