問題描述:
當我使用pip install +需要的安裝包時,其會報如下錯誤:
insecureplatformwarning
could not fetch url there was a problem confirming the ssl certificate: httpsconnectionpool(host='pypi.org', port=443): max retries exceeded with url: /******/pip/ (caused by sslerror(sslerror(1, '_ssl.c:507: error:1407742e:ssl routines:ssl23_get_server_hello:tlsv1 alert protocol version'),)) - skipping
解決方法:
pip install --index numpy
找到了一些國內映象如下:
阿里雲
中國科技大學 /
douban
python官方
v2ex
中國科學院
清華大學
參考:
使用pip時遇到的錯誤
typeerror unsupported operand type s for retry and int 由於國外官方pypi經常被牆,導致不可用,所以我們最好是將自己使用的pip源更換一下,這樣就能解決被牆導致的裝不上庫的煩惱。網上有很多可用的源,清華 linux下,修改 pip pip.co...
使用 pip 安裝 pygame 遇到的問題
今天嘗試學習使用pygame時,按照我的習慣一發pip install下去,本以為很簡單的事情,沒想到遇到了不少問題,順手記錄一下。pygame是使用sdl庫寫就的遊戲框架,自然強依賴於sdl,我的python 3是使用macos的brew管理器直接安裝的,可能由於不是編譯安裝的問題,缺少了這個庫,...
關於 pip 使用時的問題
pip 的版本問題 pip遇到問題 d anaconda3 python.exe no module named pip.main pip is a package and cannot be directly executed pip報錯 valueerror unable to find res...