Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyuic5.exe file missing in python folder #67

Open
souvick1968 opened this issue May 30, 2021 · 8 comments
Open

pyuic5.exe file missing in python folder #67

souvick1968 opened this issue May 30, 2021 · 8 comments

Comments

@souvick1968
Copy link

I have installed python 3.6.2 from python.org and installed PyQt5 tools running the command pip3 install pyqt5-tools==5.9.0.1.2. I could locate designer.exe file and run that file to create a .ui file. Now I need to convert it to .py file. But failed to do so as pyuic.exe file is missing. need urgent help.

@The-Compiler
Copy link

pyuic is part of the PyQt5 package itself.

@souvick1968
Copy link
Author

Thank you. But sorry to find pyuic5.exe file missing. Need urgent help how to get pyuic5.exe file separately. I have tried uninstalling python and reinstalling a number of times. But failed to solve the issue.

@souvick1968
Copy link
Author

Python-folder-screenshot

Above file pyuic5.exe should have been in this folder

@multiple-xD
Copy link

Try running "where pyuic5"

@AshiMahajan
Copy link

hey guys, can you help me how to get pyuic5.exe separately??

@gjeevana27
Copy link

hey guys, can you help me how to get pyuic5.exe separately??

Just open cmd prompt and type "pip install pyqt5". This works!

@ripdechains
Copy link

ripdechains commented Sep 2, 2022

You can find inside the scripts folder:
in C:\Users\user\AppData\Local\Programs\Python\Python310\Scripts\pyuic5.exe

@shreym1202
Copy link

hey guys, can you help me how to get pyuic5.exe separately??

Just open cmd prompt and type "pip install pyqt5". This works!

Thank you it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants