pip install pipenv 安装失败

pip install pipenv 安装失败

http://img1.sycdn.imooc.com//climg/5e6c5c020914c4d214530454.jpg

http://img1.sycdn.imooc.com//climg/5e6c5c020926bd4715860651.jpg

是下载用时过长吗,请问如何解决呢

正在回答

登陆购买课程后可参与讨论,去登陆

2回答

同学你好:

同学可以使用命令的方式安装:

可能由于网络原因会无法安装,同学可以切换国内源下载或在网络较好时重新下载即可。

例:pip install virtualenvwrapper-win -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/

如果我解决了同学的问题,请采纳!学习愉快^_^。



木苗 2020-03-14 17:23:42

参考下面的,添加临时国内镜像源

python第三方模块安装和卸载
安装python第三方模块Django,Flask,mysqlclient
A、安装方法:国内镜像安装
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
豆瓣:http://pypi.douban.com/simple/
1、直接在cmd中键入:pip install ****
pip install django -i https://pypi.tuna.tsinghua.edu.cn/simple
python中导入:import django
pip install flask -i https://pypi.tuna.tsinghua.edu.cn/simple
python中导入:import flask
pip install mysqlclient -i https://pypi.tuna.tsinghua.edu.cn/simple
python中导入:import MySQLdb

也可以在系统中全局配置,配置好后在cmd中条用pip install就能自动使用配置好的国内镜像源了,参考方法:在用户目录下新建 pip文件夹,新建pip.ini文件,在该文件中输入index-url = https://pypi.tuna.tsinghua.edu.cn/simple,保存关闭就可以了。这里用的是清华。

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
1.Python零基础入门
  • 参与学习           人
  • 提交作业       2727    份
  • 解答问题       8160    个

想要进入Python Web、爬虫、人工智能等高薪领域,你需要掌握本阶段的Python基础知识,课程安排带你高效学习轻松入门,学完你也能听得懂Python工程师的行业梗。

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师