Ubuntu下面利用pip安装numpy失败,这是怎么回事啊
Ubuntu下面利用pip安装numpy失败,这是怎么回事啊
收起
可以使用-i指定下载源。这是我常用的镜像源地址,分别是清华大学资源站、阿里云资源站和中科大资源站。
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install numpy -i https://mirrors.aliyun.com/pypi/simple/
pip install numpy -i https://pypi.mirrors.ustc.edu.cn/simple/
报告相同问题?