You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.11/site-packages/openpyxl/compat/numbers.py", line 16, in <module>
NUMERIC_TYPES = NUMERIC_TYPES + (numpy.short,
^^^^^^^^^^^
AttributeError: module 'numpy' has no attribute 'short'
Using
knead
results in a numpy error, e.g.I believe the numpy in question is: numpy-1.24.3
See https://levelup.gitconnected.com/fix-attributeerror-module-numpy-has-no-attribute-float-d7d68c5a4971
The text was updated successfully, but these errors were encountered: