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
Pranav Bakare -
MD ARIFUL HAQUE -
Gahyun Son -
PubNub Developer Relations -
Top comments (0)