急 python安装numpy模块

img

img


学生急问 在python中安装numpy模块报错怎么办? 怎么导入此模块 ?怎么解决?

执行

 pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

有问题及时沟通

点一下这里

img

输入pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

可以考虑配置 清华源 (或者其它国内源)来解决
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy

也可以win+R,,运行输入CMD,打开系统终端,数日 pip install numpy==1.22.1,不过建议不指定版本,让系统自动选择

img

打开cmd,在里面执行

img


pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple