Python3 6 3中pyltp的安裝錯誤總結

2021-08-14 16:34:54 字數 586 閱讀 9739

error: command 'f:\\program files (x86)\\microsoft visual studio\\2017\\communit

y\\vc\\tools\\msvc\\14.12.25827\\bin\\hostx86\\x64\\cl.exe' failed with exit status 2

第二種安裝方式:用pip的方式安裝set staticbuild=true && pip install pyltp==0.1.9.1(set staticbuild=true安裝依賴包)

unicodedecodeerror: 'utf-8' codec can't decode byte 0xa1 in position 51: invalid

start byte

在第二種方式中,開啟pip目錄中compat的__init__.py(在sublime text3中開啟的),把第75行**改為:「gbk」,再儲存。

可能是pyltp版本的原因,我用pyltp0.1.9.1就能夠按照第二種方式安裝成功,安裝pyltp0.2.1就會提示出錯。

中途各種錯,沒有c++14.0;pip出錯。

借鑑這篇部落格:

乙個python3 6 3的疑惑

首先申明一下,我是個新手小白,在學習python的目錄操作時,遇到了乙個讓我疑惑的問題,希望有大佬能解釋一下其中的原理 感謝 獲取當前路徑 path os.getcwd 建立乙個字典 dict 遍歷路徑下的所有檔案 for root,dirs,files in os.walk path,topdow...

python3 6 3中html頁面轉化成pdf

通常在工作中經常會遇見將某些好的html資料轉換成pdf,便於儲存和閱讀,今天就來看看這個簡單的html轉換pdf模組 pdfkit 安裝python pdfkit模組 pip install pdfkit 作業系統安裝wkhtmltopdf模組 簡單的例子 import pdfkit pdfkit...

pyltp安裝中的各種坑

採用pip install pyltp,安裝過程十分曲折 坑一 提示沒有visual c 於是要先裝好vc 坑二 提示 d program files x86 microsoft visual studio 14.0 vc bin x86 amd64 cl.exe failed with exit ...