AttributeError: module 'numpy' has no attribute 'int' #714
Replies: 1 comment
-
Fixed!! The best solution is to install a downgraded numpy version. conda install -c conda-forge numpy=1.21.5 Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community!
I get this error when I run the CoarseResamp step.
Can someone help me please?
I have been recommended to change the np.int() function to int(), but I don't know in which file I have to do it.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions