Pip SSL Error on Windows

前端 未结 6 898
萌比男神i
萌比男神i 2020-12-15 14:02

I use Python 3.x on Windows 7 64 bit in an environment without full control of inbound/outbound traffic processing. Up till this week I\'ve been able to use the --trus

6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-15 14:26

    Best solution i felt is:- Access the file relevant to SSL. Find the folder in the install location, where sessions.py is located. (I guess it is in folder ~~~₩pip₩vender₩requests)

    Open sessions.py and modify self.verify = True to self.verify = False

    Install using trusted host code as below

提交回复
热议问题