PIP Could not find any downloads that satisfy the requirement SQLAlchemy

后端 未结 7 2036
闹比i
闹比i 2020-12-15 04:53
  • Ubuntu 12.04
  • Apache 2.2.22

pip has stopped working on my ubuntu server and gives the below error when I try to download anything.



        
7条回答
  •  庸人自扰
    2020-12-15 05:47

    You need to fetch pypi over HTTPS, not HTTP.

    For some reason your pip is configured to retrieve from http://pypi.python.org/simple/ rather than https://pypi.python.org/simple/

提交回复
热议问题