-
Notifications
You must be signed in to change notification settings - Fork 57
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
ERROR WHEN IMPORT PYGLOW #145
Comments
Did IRI install correctly? |
I had the same issue when using NumPy 1.22. As it turned out you have to be careful about which NumPy version you use. With NumPy 1.18 the error didn't appear. I haven't testet the versions in between, but using NumPy 1.18 should resolve your issue. @bharding512 Maybe you could add these version restrictions to the requirements file to avoid future issues. |
I'd prefer to solve the underlying problem. This issue appears to be a duplicate of #139, so I'm closing it. Please re-open if I misunderstood something. As always, ideas and PRs are very welcome. |
I have a virtual ven with Python 3.7. The version Numpy is 1.21.5, but I have the next problem when I import pyglow.
The text was updated successfully, but these errors were encountered: