Ubuntu-14.04

無法升級 pyhon-html5lib

  • June 19, 2017

在我的 Ubuntu 14.04 LTS 上執行時: dpkg -l python-html5lib我收到:

||/ Name                                          Version                     Architecture                Description
+++-=============================================-===========================-===========================-===============================================================================================
ii  python-html5lib                               0.999-3~ubuntu1             all                         HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 2)

為什麼我無法使用將其升級到最新的 0.999999999

sudo pip install html5lib --upgrade ?

我的點子版本: pip 9.0.1 from /usr/local/lib/python2.7/dist-packages (python 2.7)

pip 和 apt-get 軟體包之間存在差異。看起來 apt-get 儲存庫並不總是與軟體包保持同步。我在這裡找到了答案:https ://askubuntu.com/a/431811 ,最終我使用 pip 來管理 python 包。

引用自:https://serverfault.com/questions/855702