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
相關文章
- [debug] vagrant報錯mount.nfs: Connection timed outNFS
- Nginx 報錯 504 Gateway Time-out 的解決方法NginxGateway
- JAVA IPMI Command time out 解決方法Java
- pip 命令安裝庫時沒有下載完畢就報錯
- WARNING: inbound connection timed out (ORA-3136)錯誤分析
- pip下載速度慢的問題
- oozie.action.hadoop.LauncherException: IO error Connection timed out: no further informationHadoopExceptionErrorORM
- 執行systemctl status ssh返回“Failed to get properties: Connection timed out”AI
- pip和conda下載包到本地並安裝
- 記一次talib包pip下載失敗
- SQLServer搭建域控下映象報錯Connection handshake failedSQLServerAI
- Real-Time C++電子書pdf下載C++
- pip 的國內映象源來加速包的下載
- Putty或MobaXTerm無法連線VMware虛擬機器 報Network error: Connection timed out的解決方案虛擬機Error
- pip常見報錯
- CM agent 傳送heartbeat給CM server 不斷髮生 connection refused:timed outServer
- pip install 改下載源方式
- 【python】pip安裝庫時出現Read timed out.解決辦法Python
- OGG Director報錯 Connection FAILEDAI
- CentOS下安裝pip 18.0CentOS
- pip 安裝 grpcio 報錯RPC
- [Clickhouse] Clickhouse 報SQLException : Read timed outSQLException
- windows下安裝pip,強制升級pip,安裝tensorflowWindows
- kali2020.3安裝pip2和pip3(轉載)
- 關於遠端連線虛擬機器Network error: Connection timed out的問題虛擬機Error
- SQLServer映象報錯Connection handshake failedSQLServerAI
- go get報錯connect: connection refusedGo
- Linux下python pip install失敗LinuxPython
- python (pip)安裝talib報錯Python
- pip install scrapy報錯:error: UnableError
- nameko shell 報錯 : [Errno 111] Connection refused
- python 使用pip安裝使用國內映象加速下載安裝包的方法Python
- pip安裝python庫時使用國內映象資源加速下載過程Python
- Windows下pip換成清華源Windows
- 引起SAP WebClient UI頁面出現超時(time out)錯誤的另一個原因WebclientUI
- nacos Connection refused (Connection refused)
- centos7下安裝Python的pipCentOSPython
- pip 升級後runpy.py報錯