这个怎么搞?
来源:3-6 python虚拟环境之pipenv
qq_慕函数227386
2019-11-18 21:23:38
1回答
同学,你好。同学是在使用pip安装的时候报的错吗?根据同学提供的截图是连接超时错误,可能是由于网络原因导致的,同学可以切换国内源下载。
例:pip install pipenv -i xxxxxxxxxxxxxxxxxxx
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
如果我解决了同学的问题,请采纳!学习愉快^_^。
相似问题