2017-01-16 65 views
0

我試圖安裝了幾包如htmllib中,dnspython,tzlocal和stopit但安裝包所有的人,我可以同樣的錯誤:得到錯誤使用「蟒蛇的setup.py安裝」

Download error on https://pypi.python.org/simple/ :[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed. <ssl.c:749> -- some packages may not be found. 

我已經搜索了這個問題,但唯一的解決方案是談論使用pip添加信任列表,這不是可能的情況。任何人都可以幫我解決這個問題嗎?

+1

的可能的複製[PIP安裝失敗, 「連接錯誤:\ [SSL:證書\ _VERIFY \ _FAILED \]證書驗證失敗(\ _ssl.c:598)」]( http://stackoverflow.com/questions/25981703/pip-install-fails-with-connection-error-ssl-certificate-verify-failed-certi) – ppasler

+1

你爲什麼認爲「信任名單使用點」不是你的情況? – ForceBru

+0

@ForceBru因爲我得到的錯誤使用PIP的每一件事情,並正在考慮直接安裝包 – Alex

回答

0

試試這個:

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

pip install --trusted-host pypi.python.org --upgrade pip 
+0

謝謝。我得到這個:找不到符合要求的版本pytest-xdist找不到pytest-xdist的匹配分發版本,而且我使用pip – Alex

+0

得到了這個版本。請顯示您正在使用的命令錯誤消息。 –

+0

我用你在這裏提到的:PIP安裝--trusted主機pypi.python.org pytest-xdist – Alex