Numpy 报错:numpy is not available
wbfwonderful Lv3

描述

报错如下:

A module is compiled with numpy 1.X cannot be run in numpy 2.X

解决方法

换旧版本的 numpy

1
2
3
pip uninstall numpy

pip install numpy==1.25.3