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

【Python】You are using pip version 9.0.1, however version 23.0.1 is available.

這篇具有很好參考價(jià)值的文章主要介紹了【Python】You are using pip version 9.0.1, however version 23.0.1 is available.。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

完整報(bào)錯(cuò)如下:

Cache entry deserialization failed, entry ignored
Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/pip/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - skipping
Requirement already up-to-date: pip in d:\anaconda3\envs\python36\lib\site-packages
You are using pip version 9.0.1, however version 23.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

解決方案:換源安裝,清華源不好使,換豆瓣源安裝
代碼如下:

python -m pip install --upgrade pip -i https://pypi.douban.com/simple

結(jié)果一次成功文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-671802.html

(python36) C:\WINDOWS\system32>python -m pip install --upgrade pip -i https://pypi.douban.com/simple
Collecting pip
  Downloading https://pypi.doubanio.com/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (1.7MB)
    100% |████████████████████████████████| 1.7MB 750kB/s
Installing collected packages: pip
  Found existing installation: pip 9.0.1
    Uninstalling pip-9.0.1:
      Successfully uninstalled pip-9.0.1
Successfully installed pip-21.3.1

到了這里,關(guān)于【Python】You are using pip version 9.0.1, however version 23.0.1 is available.的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(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)文章

  • 已解決 You are using pip version 10.0.1, however version 21.3.1 is available.

    已解決 You are using pip version 10.0.1, however version 21.3.1 is available.

    已解決(pip安裝提示)You are using pip version 10.0.1, however version 21.3.1 is available. You should consider upgrading via the \\\'python -m pip install --upgrade pip’ command. 粉絲群里面的一個(gè)粉絲想用pip安裝模塊,但是發(fā)生了報(bào)錯(cuò)(跑來(lái)找我求助,然后順利幫助他解決了,順便記錄一下希望可以幫助到更

    2023年04月24日
    瀏覽(28)
  • 已解決WARNING: You are using pip version 20.1.1:however,version 22.3.1 is available.

    已解決WARNING: You are using pip version 20.1.1:however,version 22.3.1 is available.

    成功解決(pip提示升級(jí)):已解決WARNING: You are using pip version 20.1.1:however,version 22.3.1 is available. You should consider upgrading via the ‘e: pythonpython.exe -m pip install --upgrade pip’ command. 粉絲群里面一個(gè)小伙伴想用pip安裝第三方模塊的時(shí)候發(fā)生的報(bào)錯(cuò)問(wèn)題(連安裝模塊都要出問(wèn)題,當(dāng)時(shí)

    2024年02月02日
    瀏覽(18)
  • 如何解決錯(cuò)誤WARNING: You are using pip version 21.1.2; however, version 22.3.1 is available.

    如何解決錯(cuò)誤WARNING: You are using pip version 21.1.2; however, version 22.3.1 is available.

    實(shí)際上是pip版本出現(xiàn)了問(wèn)題,現(xiàn)在的版本是21.1.2,需要升級(jí)到22.3.1 ?按照提示,在cmd輸入命令(按win+R打開):python -m pip install --upgrade pip 回車,更新一下就好啦 ps:如果需要裝其他庫(kù),用鏡像網(wǎng)站會(huì)更快喲,這里提供一下方法(以下使用的是中國(guó)科技大學(xué)的鏡像網(wǎng)站,真心

    2024年02月12日
    瀏覽(24)
  • 安裝pyautogui出現(xiàn)錯(cuò)誤WARNING: You are using pip version 20.2.3; however, version 22.3.1 is available.

    安裝pyautogui出現(xiàn)錯(cuò)誤WARNING: You are using pip version 20.2.3; however, version 22.3.1 is available.

    ?點(diǎn)擊下面這個(gè)地方,然后輸入下面代碼: 如果出現(xiàn)錯(cuò)誤: 解決方法: 先點(diǎn)擊file,然后點(diǎn)擊Setting 然后點(diǎn)擊Project:pythonProject1-點(diǎn)擊Python Interpreter 然后雙擊pip,會(huì)出來(lái)下面界面 網(wǎng)速不太好的多試幾次,下面將對(duì)勾打上,然后點(diǎn)擊Install Package 最后再重新輸入pip install pyautogui即

    2024年02月12日
    瀏覽(22)
  • python 出現(xiàn) 更新庫(kù)失敗 A new release of pip is available: 23.0.1 -> 23.3

    python 出現(xiàn) 更新庫(kù)失敗 A new release of pip is available: 23.0.1 -> 23.3

    安裝python的時(shí)候出現(xiàn) [notice] A new release of pip is available: 23.0.1 - 23.3 [notice] To update, run: python.exe -m pip install --upgrade pip 出現(xiàn)上面的提示這意味著 pip 無(wú)法找到滿足你要安裝第三方庫(kù)的版本。 這可能有幾個(gè)原因 1、你的 Python 版本與 第三庫(kù) 版本不兼容。 2、網(wǎng)絡(luò)問(wèn)題。如果你的網(wǎng)絡(luò)

    2024年02月06日
    瀏覽(18)
  • [notice] A new release of pip is available: 23.1.2 -> 23.3.1[notice] To update, run: python.exe -m

    [notice] A new release of pip is available: 23.1.2 -> 23.3.1[notice] To update, run: python.exe -m

    A new release of pip is available: 23.1.2 - 23.3.1 To update, run: python.exe -m pip install --upgrade pip 試了很多方法,一直重復(fù)警告,并且反復(fù)出現(xiàn)上面兩句 解決辦法: python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ?--upgrade pip --user ?

    2024年02月03日
    瀏覽(26)
  • Warning: You are using macOS 13.We do not provide support for this pre-release version.

    Warning: You are using macOS 13.We do not provide support for this pre-release version.

    安裝git 報(bào)錯(cuò) brew install git 解決方法: 直接根據(jù)提示安裝: xcode-select --install 接著安裝 git? ?brew install git? git 安裝成功?

    2024年02月12日
    瀏覽(24)
  • 【uses ARM-Compiler ‘Default Compiler Version 5‘ which is not available 】

    【uses ARM-Compiler ‘Default Compiler Version 5‘ which is not available 】

    由于Keil MDK5.37預(yù)裝的是最新的ARM Compiler Version6,不再預(yù)裝ARM Compiler Version5 先右擊查看工程屬性,在Target標(biāo)簽下,我們可以看到Compiler Version5就是丟失的。操作如下所示: 解決問(wèn)題的心酸歷程,…看了網(wǎng)上好幾個(gè)帖子存在各問(wèn)題…,此處忽略一千次,直接上干貨。 如下圖所示

    2024年04月17日
    瀏覽(29)
  • Vue packages version mismatch If you are using vue-loader@>=10.0, simply update vue-template-compile

    項(xiàng)目下載并npm install后,執(zhí)行npm run dev 報(bào)如下錯(cuò)誤: 原因:版本不匹配,需要將vue改成和vue-template-compiler一樣的版本 方法一:改 vue 方法二:改 vue-template-compiler 再執(zhí)行npm run dev,就OK了

    2024年02月12日
    瀏覽(15)
  • keil 報(bào)錯(cuò) *** Target ‘Target 1‘ uses ARM-Compiler ‘Default Compiler Version 5‘ which is not available

    keil 報(bào)錯(cuò) *** Target ‘Target 1‘ uses ARM-Compiler ‘Default Compiler Version 5‘ which is not available

    問(wèn)題:*** Target ‘Target 1’ uses ARM-Compiler ‘Default Compiler Version 5’ which is not available. 這個(gè)錯(cuò)誤是由于使用的 ARM 編譯器“Default Compiler Version 5”不可用導(dǎo)致。 原因是新版的keil不在自動(dòng)下載v5版本的編譯器,但是老版本使用的v5,所以需要手動(dòng)安裝v5的編譯器。下載v5.06的編譯器并

    2024年02月05日
    瀏覽(27)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

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

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

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包