python安装easyinstall/pip出错

在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!

python安装easyinstall/pip出错

上一篇:JavaScript——JSON和JSON序列化与反序列化


下一篇:Svelte 怎样插入 html 标签