[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!
'Computer Science > Python' 카테고리의 다른 글
[sklearn] cython 코드 수정하기 (0) | 2020.08.27 |
---|---|
[SimPy] 파이썬 시뮬레이션: 기초 알아보기 (0) | 2020.03.16 |
[Tensorflow] 텐서플로우 자료형 (0) | 2017.06.03 |
[Python] Virtualenv 가상환경 구성하기 (0) | 2017.05.31 |
[Docker] 윈도우 10에 Docker 설치 후 Tensorflow 환경 만들기(1) (0) | 2017.05.28 |