我问的是同样的问题。那没有帮助。如何删除已安装的 python 模块,如 tidylib、beautifulsoup 等...?
我试过这个:
pip uninstall tidylib
我收到此错误:
pip: error: No command by the name pip uninstall
我试过pip install -U pip
了,它升级了pip,但同样的错误
我问的是同样的问题。那没有帮助。如何删除已安装的 python 模块,如 tidylib、beautifulsoup 等...?
我试过这个:
pip uninstall tidylib
我收到此错误:
pip: error: No command by the name pip uninstall
我试过pip install -U pip
了,它升级了pip,但同样的错误