参考:https://blog.csdn.net/weixin_45454859/article/details/128546147
大致方法流程:
1.uninstall numpy
2.然后删掉numpy的whl文件,再去python扩展包网页下载一个版本匹配的whl文件
3.把whl文件放在script文件夹里面,然后通过pip install numpy-xxxx.whl安装numpy
参考:https://blog.csdn.net/weixin_45454859/article/details/128546147
大致方法流程:
1.uninstall numpy
2.然后删掉numpy的whl文件,再去python扩展包网页下载一个版本匹配的whl文件
3.把whl文件放在script文件夹里面,然后通过pip install numpy-xxxx.whl安装numpy