正在回答
同学你好:
同学可以使用命令的方式安装:
可能由于网络原因会无法安装,同学可以切换国内源下载或在网络较好时重新下载即可。
例: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/
如果我解决了同学的问题,请采纳!学习愉快^_^。
参考下面的,添加临时国内镜像源
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,保存关闭就可以了。这里用的是清华。
- 参与学习 人
- 提交作业 2727 份
- 解答问题 8160 个
想要进入Python Web、爬虫、人工智能等高薪领域,你需要掌握本阶段的Python基础知识,课程安排带你高效学习轻松入门,学完你也能听得懂Python工程师的行业梗。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星