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

【非下載vs解決】error: Microsoft Visual C++ 14.0 or greater is required

這篇具有很好參考價(jià)值的文章主要介紹了【非下載vs解決】error: Microsoft Visual C++ 14.0 or greater is required。希望對大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

首先說解決辦法

搜索下載對應(yīng)庫的whl文件即可

下面是解決過程

部分報(bào)錯(cuò)為:error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools”: https://visualstudio.microsoft.com/visual-cpp-build-tools/

我是安裝wordcloud庫時(shí)遇到的安裝錯(cuò)誤,去下載visualstudio后安裝c++庫在pip install wordcloud仍然失敗,于是卸載visualstudio另找其他辦法

然后想到還有一種安裝庫的方式,.whl安裝,于是搜索到了wordcloud庫的whl文件,注意要下載與自己電腦系統(tǒng)和Python版本相一致的wordcloud,下載地址是wordcloud whl文件地址https://www.lfd.uci.edu/~gohlke/pythonlibs/#wordcloud我安裝的是python3.11.1,于是下載第二個(gè)

【非下載vs解決】error: Microsoft Visual C++ 14.0 or greater is required

下載后在下載目錄cmd,然后輸入

pip install wordcloud?1.8.1?cp311?cp311?win_amd64.whl

?完美解決安裝庫失敗的問題(演示環(huán)境為python3.8)

【非下載vs解決】error: Microsoft Visual C++ 14.0 or greater is required文章來源地址http://www.zghlxwxcb.cn/news/detail-460617.html

到了這里,關(guān)于【非下載vs解決】error: Microsoft Visual C++ 14.0 or greater is required的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

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

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

相關(guān)文章

  • Error: Microsoft Visual C++ 14.0 or greater is required 我的解決辦法

    Error: Microsoft Visual C++ 14.0 or greater is required 我的解決辦法

    今天想進(jìn)行特征提取,利用的是mRMR方法,想安裝一個(gè)pymrmr的庫,但是給出了缺少M(fèi)icrosoft C++ Build Tools報(bào)錯(cuò),我來記錄一下我的解決過程。 https://visualstudio.microsoft.com/visual-cpp-build-tools/ 為了方便,我給出超鏈接Microsoft C++ Build Tools 重啟電腦之后,再進(jìn)行pip安裝,顯示Successfully i

    2024年01月15日
    瀏覽(30)
  • 解決pip安裝報(bào)錯(cuò) “error: microsoft visual c++ 14.0 or greater is required”

    解決pip安裝報(bào)錯(cuò) “error: microsoft visual c++ 14.0 or greater is required”

    今天在Windows的anaconda中使用pip安裝工具包的時(shí)候出現(xiàn)報(bào)錯(cuò)信息,如下圖所示: 經(jīng)排查發(fā)現(xiàn)主要錯(cuò)誤是由 “error: microsoft visual c++ 14.0 or greater is required. get it with “microsoft c++ build tools”: https://visualstudio.microsoft.com/visual-cpp-build-tools/” 引起的,而這個(gè)工具是Microsoft Build Tools for

    2024年02月02日
    瀏覽(52)
  • 安裝Paddleocr,報(bào)錯(cuò) error: Microsoft Visual C++ 14.0 or greater is required. ... 如何正確解決?

    安裝Paddleocr,報(bào)錯(cuò) error: Microsoft Visual C++ 14.0 or greater is required. ... 如何正確解決?

    前言 用python再做圖文識(shí)別的時(shí)候,難免會(huì)需要用到OCR,比如用python做登錄識(shí)別的時(shí)候,需要識(shí)別圖文驗(yàn)證碼,而選擇paddleocr是非常不錯(cuò)的選擇。要知道,市面上有很多精準(zhǔn)的ocr是需要收費(fèi)的,而paddleocr是款非常不錯(cuò)的免費(fèi)ocr。 安裝方法,大家可以查看我之前寫的一篇文章P

    2024年02月04日
    瀏覽(24)
  • 成功解決error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“

    成功解決error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“

    最近在做深度學(xué)習(xí)的yolo5目標(biāo)追蹤的學(xué)習(xí),在下載依賴包時(shí),報(bào)了如下錯(cuò)誤: 原因是沒有C++的編譯環(huán)境,為此我們要去官網(wǎng)下載好Visual Stuido Code。 附下載鏈接:Visual Stuido Code 記住!一定要下載System Installer版本的! 下載好后根據(jù)安裝提示下載就好了。網(wǎng)上有很多教程,這里不

    2024年02月12日
    瀏覽(28)
  • 已解決error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“:

    已解決error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“:

    已解決(pip安裝pyhanlp模塊報(bào)錯(cuò))error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools”: https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure × Encountered error whil

    2024年02月03日
    瀏覽(19)
  • 如何解決:error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools

    如何解決:error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools

    CSDN解決方案千千萬,試了半天全完蛋。凡事還是靠自己,自己動(dòng)手豐衣足食。話不多說,直接上鏈接!一點(diǎn)解千愁! 下載 Visual Studio Tools - 免費(fèi)安裝 Windows、Mac、Linux (microsoft.com) 進(jìn)入網(wǎng)站后,找到:適用于VS 2022的工具 找到:VS 2022 生成工具,點(diǎn)擊右側(cè)下載 在彈出的界面中選

    2024年02月11日
    瀏覽(22)
  • wordcloud安裝error:Microsoft Visual C++ 14.0 or greater is required.Get it with Microsoft C++ Build解決方

    wordcloud安裝error:Microsoft Visual C++ 14.0 or greater is required.Get it with Microsoft C++ Build解決方

    ??大家好,我是愛編程的喵喵。雙985碩士畢業(yè),現(xiàn)擔(dān)任全棧工程師一職,熱衷于將數(shù)據(jù)思維應(yīng)用到工作與生活中。從事機(jī)器學(xué)習(xí)以及相關(guān)的前后端開發(fā)工作。曾在阿里云、科大訊飛、CCF等比賽獲得多次Top名次。喜歡通過博客創(chuàng)作的方式對所學(xué)的知識(shí)進(jìn)行總結(jié)與歸納,不僅形

    2024年02月05日
    瀏覽(23)
  • error: Microsoft Visual C++ 14.0 or greater is required

    error: Microsoft Visual C++ 14.0 or greater is required

    前言:今天安裝軟件的時(shí)候報(bào)錯(cuò), 浪費(fèi)好長時(shí)間,希望看到本篇的小可愛能夠快速脫坑 原因:缺少C++的依賴 解決: https://visualstudio.microsoft.com/zh-hans/visual-cpp-build-tools/ 下載安裝,然后下載所需依賴 最后試試結(jié)果:

    2024年02月16日
    瀏覽(35)
  • pyflux安裝error:Microsoft Visual C++ 14.0 or greater is required. Get it with Microsoft C++ Build的解決方案

    pyflux安裝error:Microsoft Visual C++ 14.0 or greater is required. Get it with Microsoft C++ Build的解決方案

    ??大家好,我是愛編程的喵喵。雙985碩士畢業(yè),現(xiàn)擔(dān)任全棧工程師一職,從事機(jī)器學(xué)習(xí)以及相關(guān)的前后端開發(fā)工作。曾在阿里云、科大訊飛、CCF等比賽獲得多次Top名次?,F(xiàn)為CSDN博客專家、人工智能領(lǐng)域優(yōu)質(zhì)創(chuàng)作者。 ??本文主要介紹了pyflux安裝error: Microsoft Visual C++ 14.0 o

    2024年02月04日
    瀏覽(24)
  • ecos安裝error:Microsoft Visual C++ 14.0 or greater is required. Get it with Microsoft C++ Build的解決方案

    ecos安裝error:Microsoft Visual C++ 14.0 or greater is required. Get it with Microsoft C++ Build的解決方案

    ??大家好,我是愛編程的喵喵。雙985碩士畢業(yè),現(xiàn)擔(dān)任全棧工程師一職,熱衷于將數(shù)據(jù)思維應(yīng)用到工作與生活中。從事機(jī)器學(xué)習(xí)以及相關(guān)的前后端開發(fā)工作。曾在阿里云、科大訊飛、CCF等比賽獲得多次Top名次。現(xiàn)為CSDN博客專家、人工智能領(lǐng)域優(yōu)質(zhì)創(chuàng)作者。 ??本文主要介

    2023年04月08日
    瀏覽(25)

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

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

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

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包