

I am also looking for the 64-bit version so I'll download PyQt5-5.6-gpl-P圓.5-Qt5.6.0-圆4-2.exe. I know these are Python 3.5 by P圓.5 in the file name. I'll open the PyQt-5.6 directory in my case. A good indication of which directory you should click is given by the "Downloads/Week" column. When you open a directory on SourceForge, you will see some directories with ONLY. I'm on Python 3.5 64-bit so I'm looking for a. How to find the installer that's right for you?įirst, determine what version of Python you have and whether you have 32-bit or 64-bit Python.

If that did not work, you might try this link from SourceForge. Successfully installed pyqt5-5.9 sip-4.19.3 Installing collected packages: sip, pyqt5

NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\nmake.exe"' : return code '0x2'įirst try this in your Windows cmd window: pip3 install pyqt5 Microsoft (R) Program Maintenance Utility Version 7.1Ĭopyright (C) Microsoft Corporation. I added C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin (contains nmake.exe) to PATH and I got this error: Querying qmake about your Qt installation.Ĭ:\Qt\Qt5.0.2\5.0.2\msvc2012_64\bin\qmake.exe -spec win32-msvc2008 -o qtdetail.mk qtdetail.pro Ou externo, um programa operável ou um arquivo em lotes. 'nmake' não é reconhecido como um comando interno

The -verbose flag to see more detail about the problem.Īnd when I execute the command python configure.py -verbose: Querying qmake about your Qt installation.Ĭ:\Qt\Qt5.0.2\5.0.2\msvc2012_64\bin\qmake.exe -spec win32-msvc2008 -o qtdetail.m I installed Qt 5.0.2 for Windows 64-bit (VS 2012, 500 MB) from the Qt Download page and now I have this error: Querying qmake about your Qt installation.ĭetermining the details of your Qt installation.Įrror: Failed to determine the detail of your Qt installation. I get this error: Error: Make sure you have a working Qt qmake on your PATH. When I try installing the PyQt5 on Windows using the command python configure.py
