1
我安裝了PyQt5使用Windows命令窗口和pip3 install PyQt5
如download page中所述,它已成功安裝。但是我沒有在Windows開始菜單中找到PyQt Designer,所以我想我需要單獨安裝它。搜索各種論壇後,我嘗試使用pip3 install pyqt5-tools
添加它,它顯示Successfully installed pyqt5-tools-5.9.0.1.2
,但未安裝PyQt Designer。在窗口上安裝PyQt5設計器
有什麼辦法可以安裝PyQt Designer?
我的Python版本:
>>> python --version
Python 3.5.2 :: Anaconda custom (64-bit)