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
Silas L. Pascoal -
homedory -
Hòa Nguyễn Coder -
Robert Shaw -
Top comments (0)