在Windows上安装PyQt5 Designer

时间:2017-10-19 14:45:15

标签: windows python-3.x install pyqt5

我使用Windows命令窗口和pip3 install PyQt5安装了PyQt5,如download page中所述,它已成功安装。但是我没有在Windows开始菜单中找到PyQt Designer,所以我认为我需要单独安装它。搜索了各种论坛后,我尝试使用pip3 install pyqt5-tools添加它,显示Successfully installed pyqt5-tools-5.9.0.1.2但是没有安装PyQt Designer。

有没有办法安装PyQt Designer?

我的Python版本:

>>> python --version
Python 3.5.2 :: Anaconda custom (64-bit)

6 个答案:

答案 0 :(得分:1)

我认为我找到了一种解决方法,首先我卸载了pipeline { agent{ label "mylabel" echo " jenkins pipeline for mylabel node" } } PyQt5

pyqt5-tools-5.9.0.1.2

我去了this page,下载了pip3 uninstall PyQt5 pip3 uninstall pyqt5-tools-5.9.0.1.2 文件并正常安装。

答案 1 :(得分:1)

在Windows 10上,使用Python3.5和pyqt5,我使用pip安装了pyqt5-tools:

pip install pyqt5-tools

设计器将自动安装在以下文件夹中:

"Python directory"\Python35\Lib\site-packages\pyqt5-tools

答案 2 :(得分:1)

在大多数情况下,由于软件包的更新或某些其他原因,“设计器工具”将不在默认位置。

如果是这样,您可以在这里找到它:

C:\ Program Files(x86)\ Python37-32 \ Lib \ site-packages \ pyqt5_tools \ Qt \ bin

答案 3 :(得分:1)

试试这个:

pip install pyqt5
pip install pyqt5-tools

现在您可以在 site-packages/pyqt5-tools 中找到设计器。

Lib\site-packages\qt5_applications\Qt\bin

答案 4 :(得分:0)

这可能并没有太大帮助,但我只是想分享一下,我也使用pip安装了pyqt5工具,也无法在Windows Start中找到PyQt Designer,因为我搜索了“ pyqt designer”。我只在搜索“设计师”时才能找到它。

答案 5 :(得分:0)

试试 pip install PyQt5Designer 然后它会在 lib/QtDesigner/designer.exe