python安装easyinstall/pip出错
时间:2021-09-22 07:50:38
收藏:0
阅读:22
在Windows中装了python3.6,自然还要装pip。按度娘的提供的方法先下载easyinstall,然后在CMD下输入:
python ez_setup.py
结果报错
.............................
urllib.error.HTTPError: HTTP Error 403: SSL is required
直接下载get-pip.py,然后运行
downloading https://bootstrap.pypa.io/get-pip.py and running python get-pip.py
OK!
原文:https://www.cnblogs.com/BlairGrowing/p/15305265.html
评论(0)