for "Query here"
1
pip install "PyQt6-Fluent-Widgets[full]" -i https://pypi.org/simple/
pip install PyQt6-Fluent-Widgets -i https://pypi.org/simple/
使用 pip 卸载 PyQt6-Fluent-Widgets:
pip uninstall PyQt6-Fluent-Widgets
使用 pip 列出已安装的包,确认 PyQt6-Fluent-Widgets 已经不在列表中:
pip list
或者:
pip show PyQt6-Fluent-Widgets
如果 PyQt6-Fluent-Widgets 已经卸载成功,pip show PyQt6-Fluent-Widgets 将显示 “Package(s) not found: PyQt6-Fluent-Widgets”。