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
Kanishk -
Abhinav Anand -
Tomas Trajan 🇨🇠-
Aman Pareek -
Top comments (0)