windows下pip install xx 遇到的 ConnectionResetError問題
用pip install 遇到如下的問題
C:\Users\*******>pip install Python 3.X
Collecting Python
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProxyError('Cannot connect to proxy.', ConnectionResetError(1005
4, '遠端主機強迫關閉了一個現有的連線。', None, 10054, None))': /simple/python/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProxyError('Cannot connect to proxy.', ConnectionResetError(1005
4, '遠端主機強迫關閉了一個現有的連線。', None, 10054, None))': /simple/python/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProxyError('Cannot connect to proxy.', ConnectionResetError(1005
4, '遠端主機強迫關閉了一個現有的連線。', None, 10054, None))': /simple/python/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProxyError('Cannot connect to proxy.', ConnectionResetError(1005
4, '遠端主機強迫關閉了一個現有的連線。', None, 10054, None))': /simple/python/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProxyError('Cannot connect to proxy.', ConnectionResetError(1005
4, '遠端主機強迫關閉了一個現有的連線。', None, 10054, None))': /simple/python/
Could not find a version that satisfies the requirement Python (from versions:
)
No matching distribution found for Python
首先你可以修改一下pip 源
1、在下圖,輸入 :%APPDATA%
或者這裡
2、新建pip檔案,在pip資料夾中建pip.ini,輸入:
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
如果解決不了,還是要設定CMD命令列下的代理伺服器。按照下圖方式:
1.我的電腦->屬性->高階->環境變數->系統變數。
2.新建引數名為:HTTP_proxy。
3.路徑名為:http://yourproxy.com:yourport/
相關文章
- 如何徹底解決pip install慢的問題
- Linux下python pip install失敗LinuxPython
- pip install METIS
- pip下載速度慢的問題
- pip安裝時遇到的問題集錦,持續更新!
- Python:conda install 和pip install的區別Python
- 使用composer install 安裝別人的專案遇到的問題
- windows部署dify以及會遇到的問題Windows
- pip install uwsgi==2.0.23
- pip install 提示:Could not install packages due to an EnvironmentErrorPackageError
- SQLServer 2017 install for Windows server 2012_問題彙總SQLServerWindows
- windows終端輸入pip install requests報錯:Fatal error in launcherWindowsError
- Windows安裝Filebeat遇到問題總結Windows
- windows 安裝python後pip安裝路徑問題WindowsPython
- Windows 10 下搭建 Homestead 環境 Vagrant up 所遇到的問題及解決Windows
- pip install 改下載源方式
- 總結一下最近遇到的問題
- windows 系統上進行 pip 包安裝時遇到許可權錯誤,提示拒絕訪問 ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒絕訪問WindowsErrorPackage
- pip install scrapy報錯:error: UnableError
- Windows下pip換成清華源Windows
- windows下安裝pip,強制升級pip,安裝tensorflowWindows
- JackJson遇到的問題JSON
- mysql 遇到的問題MySql
- WangEditor遇到的問題
- Homestead 遇到的問題
- sudo 遇到的問題
- linux遇到的問題Linux
- Vagrant 遇到的問題
- [20240309]在windwos下使用sed遇到的問題.txt
- 總結一下本週遇到的問題
- windows2003 的安裝以及安裝時遇到的問題Windows
- appscan 遇到 xx.xx.xx.xx/8080/web/#/url,是不是就不能識別延伸的網址啦。。APPWeb
- python pip相關問題Python
- 客戶端(windows)訪問FTP伺服器遇到的問題(總結)客戶端WindowsFTP伺服器
- npm install 時出現的問題NPM
- Python 在 20201010 之後的 pip3 installPython
- pip install selenium安裝沒反應
- 本週遇到的問題