pip-crash: importerror: cannot import name 'html5lib' from 'pip._vendor

Suifeng0214 Lv3

有一天我在 pip install 時突然就爛了,噴了一堆 error QQ
這是其中一行 importerror: cannot import name 'html5lib' from 'pip._vendor

一開始直接問 ChatGPT,照著做都沒救。
後來 google 查到 Ubuntu 上 Python 版本是 Python 3.10 好像就會有問題

最後解決辦法是把 pip 更新就好了(?)

curl -sS https://bootstrap.pypa.io/get-pip.py | python3

On this page
pip-crash: importerror: cannot import name 'html5lib' from 'pip._vendor