国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

PIP安裝python包,報(bào)ERROR: No matching distribution found for XXXXX 問(wèn)題的處理

這篇具有很好參考價(jià)值的文章主要介紹了PIP安裝python包,報(bào)ERROR: No matching distribution found for XXXXX 問(wèn)題的處理。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

最近在安裝python包的時(shí)候老是報(bào)一個(gè)錯(cuò)誤:

PS C:\Users\Administrator> pip install matplotlib
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('_ssl.c:980: The handshake operation timed out'))': /simple/matplotlib/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('_ssl.c:980: The handshake operation timed out'))': /simple/matplotlib/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('_ssl.c:980: The handshake operation timed out'))': /simple/matplotlib/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('_ssl.c:980: The handshake operation timed out'))': /simple/matplotlib/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('_ssl.c:980: The handshake operation timed out'))': /simple/matplotlib/
ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none)
ERROR: No matching distribution found for matplotlib
WARNING: There was an error checking the latest version of pip.

不管怎么裝,都裝不上,不同的包都是報(bào)這個(gè)錯(cuò)誤,在網(wǎng)上找到的內(nèi)容大多都相同,說(shuō)是重新安裝,或者加參數(shù),結(jié)果全沒(méi)用,最后準(zhǔn)備排查python版本的問(wèn)題,準(zhǔn)備降級(jí)試一下。
因?yàn)橹鞍惭b的時(shí)候,是安裝的3.10.2,以為是包不支持3.10或3.11,準(zhǔn)備跑官網(wǎng)準(zhǔn)備下載3.9試試,但是想想3.10都已經(jīng)出來(lái)那么久了,3.11都出來(lái)了,沒(méi)道理不支持,就再去看了一下3.10的版本,最新的是3.10.9,而主要版本是3.10.8。

Python 3.10.8 is the newest major release of the Python programming language, and it contains many new features and optimizations.

一般來(lái)說(shuō),包的支持的應(yīng)該都是支持主要版本,而我安裝的3.10.2,估計(jì)是版本不對(duì),遂升級(jí)到3.10.9,OK,解決了,升級(jí)之后一下就安裝上了。。。。

所以以后安裝python的時(shí)候,還是直接裝主要版本吧,其它小版本直接跳過(guò)了。文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-522972.html

到了這里,關(guān)于PIP安裝python包,報(bào)ERROR: No matching distribution found for XXXXX 問(wèn)題的處理的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶(hù)投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • 已解決ERROR: No matching distribution found for xpinyin

    已解決ERROR: No matching distribution found for xpinyin

    已解決(pip使用阿里云鏡像安裝第三方模塊失?。〦RROR: Could not find a version that satisfies the requirement xpinyin (from versions: none) ERROR: No matching distribution found for xpinyin WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS w

    2023年04月20日
    瀏覽(21)
  • ERROR: No matching distribution found for gradio>=3.23

    ERROR: No matching distribution found for gradio>=3.23

    今天運(yùn)行chatGPTweb項(xiàng)目的時(shí)候 跟下載其他包時(shí)候一樣使用清華源下載的時(shí)候,pip install gradio==3.23 -i https://pypi.python.org/pypi 然后, 報(bào)錯(cuò)了 。 國(guó)內(nèi)的鏡像源還沒(méi)有更新到 gradio=3.23,所以需要科學(xué)上網(wǎng),手動(dòng)去pypi官網(wǎng)下載whl,然后通過(guò)whl下載即可。 1.從官網(wǎng)中下載gradio編譯的pyd文

    2024年02月11日
    瀏覽(23)
  • Python安裝tensorflow過(guò)程中出現(xiàn)“No matching distribution found for tensorflow”的解決辦法

    Python安裝tensorflow過(guò)程中出現(xiàn)“No matching distribution found for tensorflow”的解決辦法

    在Pycharm中使用 pip install tensorflow 安裝tensorflow時(shí)報(bào)錯(cuò): 搜了好多帖子有的說(shuō)可能是網(wǎng)絡(luò)的問(wèn)題,需要換國(guó)內(nèi)的鏡像源來(lái)下載,于是改用清華源: 依舊沒(méi)用,折騰了好久,才發(fā)現(xiàn)我目前的Python版本是Python3.8(32位)的,可能是tensorflow對(duì)python3.8還不支持,所以得 降低python版本 (好

    2024年02月03日
    瀏覽(29)
  • 已解決ERROR: No matching distribution found for gradio==3.23

    已解決ERROR: No matching distribution found for gradio==3.23

    已解決stderr: ERROR: Could not find a version that satisfies the requirement gradio==3.23 ERROR: No matching distribution found for gradio==3.23 粉絲群里面的一個(gè)小伙伴遇到問(wèn)題跑來(lái)私信我,想用pip安裝gradio ,但是發(fā)生了報(bào)錯(cuò)(當(dāng)時(shí)他心里瞬間涼了一大截,跑來(lái)找我求助,然后順利幫助他解決了,順便記

    2023年04月18日
    瀏覽(22)
  • jenkins構(gòu)建時(shí),報(bào)錯(cuò)ERROR: No matching distribution found for pywin32==305

    最近用jenkin構(gòu)建了一個(gè)任務(wù),控制臺(tái)輸出,出現(xiàn)如下報(bào)錯(cuò)信息: ERROR: Could not find a version that satisfies the requirement pywin32==305 (from versions: none) ERROR: No matching distribution found for pywin32==305 Build step \\\'Execute shell\\\' marked build as failure Finished: FAILURE ? 原因: requirement是需要導(dǎo)入的依賴(lài)包文件

    2023年04月27日
    瀏覽(26)
  • 解決報(bào)錯(cuò)ERROR: No matching distribution found for torchvision==0.11.2+cu111

    解決報(bào)錯(cuò)ERROR: No matching distribution found for torchvision==0.11.2+cu111

    目錄 一、猜測(cè) 二、驗(yàn)證 三、解決方案 四、檢驗(yàn) 該報(bào)錯(cuò)是在按官網(wǎng)方法用指令: 安裝pytorch時(shí)出現(xiàn)的,以下是分析: 這個(gè)錯(cuò)誤提示表明在指令提供的下載網(wǎng)址上沒(méi)有找到符合要求的torchvision軟件包版本,需要安裝符合要求的版本。問(wèn)題可能出在指定的版本號(hào)(0.11.2+cu111),這

    2024年02月11日
    瀏覽(26)
  • Selenium安裝報(bào)錯(cuò):No matching distribution found for selenium。經(jīng)個(gè)人嘗試,問(wèn)題已得到解決

    Selenium安裝報(bào)錯(cuò):No matching distribution found for selenium。經(jīng)個(gè)人嘗試,問(wèn)題已得到解決

    常規(guī)的安裝方法: a、pippip install selenium b、pip install --index https://mirrors.ustc.edu.cn/pypi/web/simple/ selenium c、pip --default - timeout=100 install selenium d、其他的映射路徑……………… 如果上面幾種方法都會(huì)報(bào)錯(cuò)同樣的錯(cuò)誤:No matching distribution found for selenium(from versions:one) ?網(wǎng)上找了很

    2024年02月02日
    瀏覽(23)
  • 解決MAC筆記本Stable Diffusion安裝時(shí)報(bào)No matching distribution found for tb-nightly的問(wèn)題

    安裝時(shí)報(bào)如下錯(cuò)誤: 重點(diǎn)看“No matching distribution found for tb-nightly”這個(gè)報(bào)錯(cuò)。這個(gè)錯(cuò)誤是說(shuō)明,我們的pip源中沒(méi)有對(duì)應(yīng)的“tb-nightly”依賴(lài)包。 查看pip的配置: pip config list ,看到配置如下: global.index-url=\\\'https://pypi.tuna.tsinghua.edu.cn/simple\\\' 這說(shuō)明,使用的清華的pip源中缺少tb-

    2024年02月12日
    瀏覽(22)
  • No matching distribution found for torch==1.10.1+cu111

    No matching distribution found for torch==1.10.1+cu111

    30系顯卡暫時(shí)不支持CUDA11以下版本,CUDA不支持當(dāng)前顯卡的算力。 解決方法1:https://blog.csdn.net/weixin_43760844/article/details/115706289 解決方法2:conda下載cudatoolkit (貌似沒(méi)有解決問(wèn)題, 嘿嘿, 可能只能卸載cuda了) 首先搜索安裝包的版本 然后安裝固定版本的cudatoolkit,我的cuda最高

    2024年02月07日
    瀏覽(25)
  • ingress-http部署error: resource mapping not found for name...no matches for kind “Ingress“ in version

    ingress-http部署error: resource mapping not found for name...no matches for kind “Ingress“ in version

    根據(jù)一些參考文檔,學(xué)習(xí)部署 ingress-http 服務(wù),出現(xiàn)了一些error信息,網(wǎng)上難找直接的處理方式,最后才發(fā)現(xiàn)是資源清單使用問(wèn)題,還是得看官方文檔說(shuō)明。 創(chuàng)建ingress-http.yaml 使用的基本yaml配置如下—— 部署ingress服務(wù) 出現(xiàn)error信息 錯(cuò)誤一: 處理方式—— 根據(jù) 官方文檔:

    2024年02月06日
    瀏覽(22)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包