Install PyQt5 and Python 3.6?

Can someone explain to me how to install PyQt5 with Python 3.6?

Win10 operating system

I installed PyQt with

pip3 install PyQt5

What I want to follow this tutorial: https://www.youtube.com/watch?v=Z66AtVqdLUc

But I do not have the designer.exe file in the PyQt5 folder. I also miss pyuic5.bat to convert the .ui file to a .py file (as in the tutorial)

Can someone explain to me what I'm doing wrong?

Hi

Posts: 14
Joined: Tue Apr 05, 2016 8:34 pm
+6
source share
3 answers

Just use

pip3 install pyqt5-tools

then find the folder pyqt5-toolsin the lib directory

+5
source

you need to download Qt5 from the site:

https://www.qt.io/download/

0
source

, pyqt5, Python 3.6, .

: pyuic5.exe .bat. .

0
source

Source: https://habr.com/ru/post/1666087/


All Articles