解决办法
pip install下载速度慢解决,提速飞起来_pip install playwright下载慢 cmd-CSDN博客
使用快捷键cmd或者win+R,进入页面,输入代码
# 设置清华源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
然后再输入要安装的包,例如
pip install jieba
然后就可以了
如果有一天清华源不能用的话,就可以设置清华源那一行代码后面的“https://……”替换成下面的任何一个镜像
# 清华镜像
https://pypi.tuna.tsinghua.edu.cn/simple/
# 豆瓣镜像
http://pypi.douban.com/simple/
# 搜狐镜像
http://mirrors.sohu.com/Python/
# 百度镜像
https://mirror.baidu.com/pypi/simple/
# 阿里云镜像
https://mirrors.aliyun.com/pypi/simple/
# 中国科技大学镜像
https://pypi.mirrors.ustc.edu.cn/simple/
# 华中理工大学镜像
http://pypi.hustunique.com/
# 山东理工大学镜像
http://pypi.sdutlinux.org
# 华中科技大学镜像
http://pypi.hustunique.com/simple/
# 上海交通大学镜像
https://mirror.sjtu.edu.cn/pypi/web/simple/
失败办法
pycharm常规的安装包是失败了的,然后用了cmd命令行安装都成功了,还会贴心告诉我现在下载了多少,挺好的