Computer Science/Python

[python] pip install - urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]

Taewon Heo 2017. 11. 29. 09:48

[python] pip install - urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]


When I installed egenix-mx-base package, urlopen error occurred like below.



I managed to find out the solution. It is not to upgrade pip...


You can see the download url in the picture. It starts with https://~, but you should modify this url to http://


So, "pip install http://downloads.egenix.com/python/egenix-mx-base-3.2.9-py2.7-win32-prebuilt.zip"


Then the package will be installed!