-
Notifications
You must be signed in to change notification settings - Fork 79
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
AttributeError: module 'numpy' has no attribute 'long' #623
Comments
@sarah-blanchette Please provide the following information as stated in the issue template:
>>> import os; print(os.name, os.sys.platform);print(os.uname())
>>> import sys; print(sys.version)
>>> import scipy; print(scipy.__version__)
>>> import numpy; print(numpy.__version__) Also, please provide the versions of |
Locally, I am not seeing any problems:
|
Here it is. I'm thinking it has to do with the Numpy version, but I had to downgrade it for another library. Also I used pip to install pysal os name and platform: posix darwin |
|
I installed both |
Hmmm. OK. Testing are passing on oldest environment we support, where |
This may be related to the numba version. Can you please post full Traceback? Not the truncated one? It is unclear where the |
Also, which is the "other library?" Is it |
Input:
Output:
I also have the same issue when importing Momepy
The text was updated successfully, but these errors were encountered: