pip安装超时问题
pip install --index 源地址 安装包
常用镜像源地址:
http://pypi.douban.com/ 豆瓣
http://pypi.mirrors.ustc.edu.cn/ 中国科学技术大学
http://mirrors.aliyun.com/pypi/simple/ 阿里云
具体的例子:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple gensim
Posted everfight的成长之路
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip安装超时,更换国内镜像源安装相关的知识,希望对你有一定的参考价值。
pip安装超时问题
pip install --index 源地址 安装包
常用镜像源地址:
http://pypi.douban.com/ 豆瓣
http://pypi.mirrors.ustc.edu.cn/ 中国科学技术大学
http://mirrors.aliyun.com/pypi/simple/ 阿里云
具体的例子:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple gensim
以上是关于pip安装超时,更换国内镜像源安装的主要内容,如果未能解决你的问题,请参考以下文章