Python pip install requires server_hostname

后端 未结 2 1728
暗喜
暗喜 2021-02-03 11:53

I finished installing pip on linux, the pip list command works. But when using the pip install command it got the following error:

Trac         


        
2条回答
  •  庸人自扰
    2021-02-03 12:31

    I get the same issue, and find that it can be avoided (pip 6.0.8) in my case as follows

    pip --trusted-host pypi.python.org install 
    

提交回复
热议问题