Problem:
A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash
Solution:
pip uninstall numpy
pip install numpy==1.26.4
Reference:
Problem:
A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash
Solution:
pip uninstall numpy
pip install numpy==1.26.4
Reference:
For further actions, you may consider blocking this person and/or reporting abuse
Sonu kumar -
yayabobi -
Devine Bird -
Kurt De Austria -
Top comments (0)