报错如下:
A module is compiled with numpy 1.X cannot be run in numpy 2.X
换旧版本的 numpy
123
pip uninstall numpypip install numpy==1.25.3