windows10 或者Windows7 系统下安装numpy 1.19.4出现问题
可以卸载pip uninstall numpy
然后安装1.19.5版本,问题即可解决。
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
(使用清华大学开源镜像站下载安装)
windows10 或者Windows7 系统下安装numpy 1.19.4出现问题
可以卸载pip uninstall numpy
然后安装1.19.5版本,问题即可解决。
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
(使用清华大学开源镜像站下载安装)