close

 

diff_match_patch_python api

有時有些api會需要 visual c++ 14.0 所以需要安裝

You are using pip version 9.0.1, however version 10.0.1 is available.

You should consider upgrading via the 'python -m pip install --upgrade pip' command.

pip是一個以Python電腦程式語言寫成的軟體包管理系統(wiki百科)

 

 

遇到這個問題就代表pip版本不夠新

輸入 python -m pip install --upgrade pip

 

接著再輸入

pip3 install diff_match_patch_python

這時出現了一個錯誤

Microsoft Visual C++ 14.0 is required 以及下面的錯誤也可會出現

但你只要到

https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017?__hstc=268264337.18e3133d486f302b707a742e5adc1969.1525776320356.1525776320356.1525776320356.1&__hssc=268264337.9.1525776320358&__hsfp=3550570242

安裝buid tool 2017即可

再輸入pip3 install diff_match_patch_python

即可安裝完成diff_match_patch_python api

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 晨柚 的頭像
    晨柚

    晨柚的部落格

    晨柚 發表在 痞客邦 留言(0) 人氣()