About 1,700,000 results
Open links in new tab
  1. How to install PyQt4 on Windows using pip? - Stack Overflow

    Mar 25, 2014 · I'm using Python 3.4 on Windows. When I run a script, it complains ImportError: No Module named 'PyQt4' So I tried to install it, but pip install PyQt4 gives Could not find any …

  2. python - PyQt5: How to install/run Qt Designer - Stack Overflow

    The latest PyQt5 wheels (which can be installed via pip) only contain what's necessary for running applications, and don't include the dev tools. This applies to PyQt versions 5.7 and later. For …

  3. python - How to install PyQt5 on Windows? - Stack Overflow

    May 31, 2013 · The easiest way to install PyQt is to just use the installer (Link in your answer, step #5). If you install python 3.3, the installer will add all of the PyQt5 extras to that python …

  4. python - How to install PyQt5 in PyCharm? - Stack Overflow

    Install PyQt5 from the installer on the PyQt website. It probably just installs PyQt as a site package to the python version you point to in your 'Path', although it may ask for your …

  5. python - Installing PyQT in conda environment - Stack Overflow

    Mar 25, 2021 · 5. TRIED to install pyqt5 via conda install with: (1)conda install --name new_env pyqt5 (2)conda install --name new_env -c conda-forge pyqt5 (3)pip install pyqt (4)pip install …

  6. python - Can't install PyQt5 using pip - Stack Overflow

    Jun 2, 2019 · I have tried to install PyQt5 using pip install PyQt5 and sudo -H pip install PyQt5 both of them give me the errors ERROR: Could not find a version that satisfies the …

  7. python - Installing PyQt - Stack Overflow

    I'm trying to install PyQt on my mac so that I can install python ghost. I've already installed Qt, and SIP. I've downloaded PyQt, but when I run python configure-ng.py I get the following...

  8. Error while installing pyqt-tools on Python 3.12.3

    Apr 19, 2024 · The first thing to check when a package/module/etc fails to install is to verify its compatibility. As also shown by the current answer by user16171413, none of pyqt[5-6]-tools …

  9. Pip Install stuck on "Preparing Wheel metadata..." when trying to ...

    Mar 9, 2021 · 9 pip install pyqt5 --config-settings --confirm-license= --verbose This is what worked for me as Ryan said above. I am on Ventura and tried Python 3.11 and 3.9 My original issue is …

  10. ¿Como instalar y usar PyQt5 en Windows? - Stack Overflow en …

    Jun 11, 2020 · 1 La forma recomendada para descargar PyQt5 (y la mayoría de paquetes python) es abrir una terminal y escribir pip install pyqt5 o bien pip3 install pyqt5. Ahora bien, tu has …