pip 下載報"connection to pypi.org time out"
國內常用的pip源如下:
阿里雲 http://mirrors.aliyun.com/pypi/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清華大學 https://pypi.tuna.tsinghua.edu.cn/simple/
中國科學技術大學 http://pypi.mirrors.ustc.edu.cn/simple/
去搜了一下,知道是因為沒有指定映象源的原因。需要在後面加上-i引數然後指定映象,並且要新增信任(--trusted-host 源地址)
如:
pip install paramiko -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
相關文章
- pip安裝selenium報錯:Read timed out
- 【Oracle】 inbound connection timed out (ORA-3136)Oracle
- 執行systemctl status ssh返回“Failed to get properties: Connection timed out”AI
- commons-net-3.3 ftpClient上傳檔案報錯java.net.socketexception: connection timed outFTPclientJavaException
- oozie.action.hadoop.LauncherException: IO error Connection timed out: no further informationHadoopExceptionErrorORM
- WARNING: inbound connection timed out (ORA-3136)錯誤分析
- ORA-3136錯誤分析——WARNING Inbound Connection Timed Out
- [Clickhouse] Clickhouse 報SQLException : Read timed outSQLException
- 報錯(已解決)Command timed out after no timeout
- CM agent 傳送heartbeat給CM server 不斷髮生 connection refused:timed outServer
- WARNING: inbound connection timed out (ORA-3136)連線超時問題
- Putty或MobaXTerm無法連線VMware虛擬機器 報Network error: Connection timed out的解決方案虛擬機Error
- 【python】pip安裝庫時出現Read timed out.解決辦法Python
- Nginx 報錯 504 Gateway Time-out 的解決方法NginxGateway
- pip 命令安裝庫時沒有下載完畢就報錯
- GoldenGate Pump Porcess: TCP/IP error 110 (Connection timed out)的問題解決GoTCPError
- Oracle10g R2 RAC: WARNING: inbound connection timed out (ORA-3136)Oracle
- pip下載速度慢的問題
- yarn socket connection timeoutYarn
- nginx “504 Gateway Time-out”錯誤NginxGateway
- pip 的國內映象源來加速包的下載
- 記一次talib包pip下載失敗
- Windows下pip安裝scipy報錯no lapack/blas resources foundWindows
- pip常見報錯
- JAVA IPMI Command time out 解決方法Java
- sqlnet.log error - Operation timed outSQLError
- 【解決】io.lettuce.core.RedisCommandTimeoutException: Command timed outRedisException
- open-falcon ---安裝Dashboard時候報錯"SSLError: The read operation timed out"Error
- adstrtal.sh報超時錯誤 ERROR : Timed out( 100000 ): Interrupted ExceptionErrorException
- Mac 下安裝pipMac
- SQLServer搭建域控下映象報錯Connection handshake failedSQLServerAI
- ORA-13639: The CURRENT operation was interrupted because it timed OUT
- java.net.SocketTimeoutException: Read timed out異常解決方法JavaException
- win 10.1下 ORA-25254: time-out in LISTEN while waiting for a messageWhileAI
- Oracle RAC root.sh 報錯 Timed out waiting for the CRS stack to start 解決方法OracleAI
- io.lettuce.core.RedisCommandTimeoutException: Command timed out 解決辦法RedisException
- jdbc訪問KingbaseES資料庫SocketTimeoutException Read timed outJDBC資料庫Exception
- Feign,HTTP連線超時問題SocketTimeoutException: Read timed outHTTPException