Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Issues with QMake version when integrating PyQt

Issues with QMake version when integrating PyQt

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 547 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    b.funkt
    wrote on last edited by
    #1

    My issue, and I realize I'm not alone, is that PyQt5 module will not install unless Qt reports a 5. + version of QMake.
    I've updated the Path variables to include the location of qmake.exe living in the Qt 5.5.1 \bin folder.
    The updated Path entry is second from the far left in the variable list, only right of Java.

    Tried simply setting the variable dynamically - c:...\qt...>qmake -set QMAKE_VERSION 5.5.1.... worth a shot anyway. :)
    qmake -query reports all correct data, except the second to last line, which is QMAKE_VERSION:3.0

    So questions then:
    How do i manage the active version of QMake? Only through the PATH variables?
    Am i doing something wrong with the path? Adding the 5.5.1 path changes the behavior when running pyqt5 configure.py, so it's doing something yet still returns QMAKE_VERSION 3.0.
    Can anyone solve this seemingly ridiculous issue for me?
    Can anyone point me towards their favorite posts on this issue? Everything I'm reading just reiterates the troubleshooting I've already done many times over.

    Help!

    Thanks
    Ben

    1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      There is no qmake 5.+. qmake shipped with Qt 5.5.1 is 3.0
      Are you sure PyQt5 is complaining about the qmake version and not Qt version?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved