question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find any installed Qt for Python module to use the designer tool

See original GitHub issue

I have PySide6 installed, and clicking “Install PySide6” says I have it installed and meets requirements I can’t compile or edit ui files, uic, pyside6-uic, pyside6-designer commands are available and in path

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ugur1yildizcommented, Dec 10, 2021

@ugur1yildiz You should set the path manually with qtForPython.xxx.path instead of qtForPython.path.xxx. If there is still a problem, please let me know the message showing up and any other details for me to reproduce the problem. Thank you!

It worked. Thanks. FYI I didn’t write the settings name in json file. They were automatically written by some means after clicking “Set Tool Path” in the error box.

1reaction
ugur1yildizcommented, Dec 10, 2021

I couldn’t make it work even without venv and with entering absolute paths for “qtForPython.path.xxx” and for “python.defaultInterpreterPath”. I used for terminal both command prompt and powerShell. It gives the same error.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PyQt5: How to install/run Qt Designer - Stack Overflow
Install latest Qt (I'm using 5.8) from Qt main site; Make sure you include "Qt 5.8 MinGW" component; Qt Designer will be installed...
Read more >
pyqt5-tools - PyPI
The PyQt5 wheels do not provide tools such as Qt Designer that were included in the old binary ... You will generally install...
Read more >
Qt for Python Getting Started
This page is focused on building Qt for Python from source. If you just want to install PySide6, you need to run: pip...
Read more >
Python and PyQt: Building a GUI Desktop Calculator
All of these wheels include copies of the corresponding Qt libraries, so you won't need to install them separately. Another installation option ...
Read more >
Create your first PyQt6 app in Qt Creator - Python GUIs
This tutorial requires Qt Creator to be installed — you can download it free from the Qt website. Go to https://www.qt.io/download and download ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found