pip无视 HTTP Error 403: SSL is required 安装模块

pip 有时候安装模块出现urllib.error.HTTPError: HTTP Error 403: SSL is required真的很烦,而且按照网上的帖子各种尝试还是没有什么用,各种换源安装模块也还是没有用。然后我就找到了另一种方法安装。
原贴:https://stackoverflow.com/questions/46967488/getting-error-403-while-installing-package-with-pip
这里面介绍了一种方法,制定github上面的项目直接安装:

pip install git+https://github.com/aiscenblue/flask-blueprint

然后就直接安装了。不得不说stackoverflow真的是一个很棒的东西,以后还是要多多使用为好。

你可能感兴趣的:(python学习)