2017-10-19 133 views
1

我安裝了PyQt5使用Windows命令窗口和pip3 install PyQt5download 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) 

回答

1

我想我找到一個解決辦法,第一我卸載PyQt5pyqt5-tools-5.9.0.1.2

pip3 uninstall PyQt5 
pip3 uninstall pyqt5-tools-5.9.0.1.2 

我去this page,下載的文件PyQt5-5.6-gpl-Py3.5-Qt5.6.0-x64-2.exe並正常安裝了。