About 309,000 results
Open links in new tab
  1. python - Why I can not Install PySide2? - Stack Overflow

    Mar 11, 2023 · I want to Install PySide 2 library But apparently this library is not found. I tried this to install PySide2: pip3 install PySide2 But after executing this command, I encountered the …

  2. python - Why do I keep getting errors when I try to install PySide2 …

    I have been trying to install PySide2 on my PC (Windows 10 64bits) with Python 3.8 installed, but I keep getting errors every time. I used the command pip install PySide2.

  3. How do I solve error "no module found named pyside2"?

    Jul 15, 2019 · The second is you have installed the Pyside2 but in one installation and trying to use it from another installation, to tackle with this, Create a virtual environment for your project …

  4. python - Not able to install PySide - Stack Overflow

    Mar 28, 2023 · The package "PySide" in pip has not been updated since 2015 and is for old versions of Qt. You probably want "PySide2" (if using Qt 5) or "PySide6" (if using Qt 6).

  5. python - Where is pyside-uic? - Stack Overflow

    Jul 13, 2011 · Use uic.exe! But how? So although the official docs still lack any info about it you can now compile .ui files to Python directly with this executable shipped with the PySide2 …

  6. python - PySide2 on windows - Stack Overflow

    4 PySide2 is now available on pypi so a simple pip install PySide2 should work on Windows, OSX, and linux!

  7. Is there an easy way of installing PySide 2 for Windows?

    Nov 27, 2017 · Is there any way to "simply" install PySide 2 on Windows 10?If not are there tutorials for installing it? Can I export a PySide 2 project to an .exe file?

  8. python - Installing PySide2 on Windows 10 - Stack Overflow

    Nov 24, 2021 · Installing PySide2 on Windows 10 Asked 3 years, 10 months ago Modified 1 year, 10 months ago Viewed 2k times

  9. How to properly setup vscode with pyside? Missing suggestions

    May 13, 2021 · I'm very new to pyside, qt and python. I managed to setup a project with a basic window and a push button which closes the app. My problem is, that somehow vscode won't …

  10. ImportError: Failed to import any qt binding, Python - Tensorflow

    Sep 15, 2018 · I'm starting my adventure with Tensorflow. I think I installed everything correctly, but when running this code, PyCharm returns an error: Traceback (most recent call last): File …