Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Installation Error
Forum Updated to NodeBB v4.3 + New Features

Installation Error

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
11 Posts 9 Posters 3.8k Views 1 Watching
  • 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.
  • P patrickm
    17 Apr 2022, 21:00

    I am trying to install Qt Creator on Ubuntu 1804 and I am getting this error:

    Error during installation process (qt.qt6.630.gcc_64):
    Could not find the required QmakeOutputInstallerKey(qt.qt6.630.gcc_64_qmakeoutput) value on the installer object. The ConsumeOutput operation on the valid qmake needs to be called first.
    
    J Offline
    J Offline
    JonB
    wrote on 18 Apr 2022, 06:32 last edited by
    #2

    @patrickm
    This same question/error message was reported very recently on this forum, you might search to find it.

    I don't know for sure how relevant it is for Qt Creator, and that particular error message, but given https://bugreports.qt.io/browse/QTBUG-89388

    Ubuntu 18.04 isn't supported development host for Qt6,

    how far do you expect to get with Qt6 anyway?

    P 1 Reply Last reply 18 Apr 2022, 16:36
    1
    • J JonB
      18 Apr 2022, 06:32

      @patrickm
      This same question/error message was reported very recently on this forum, you might search to find it.

      I don't know for sure how relevant it is for Qt Creator, and that particular error message, but given https://bugreports.qt.io/browse/QTBUG-89388

      Ubuntu 18.04 isn't supported development host for Qt6,

      how far do you expect to get with Qt6 anyway?

      P Offline
      P Offline
      patrickm
      wrote on 18 Apr 2022, 16:36 last edited by
      #3

      @JonB Thanks I'll try installing on 20.04

      1 Reply Last reply
      0
      • F Offline
        F Offline
        finch
        wrote on 24 May 2024, 06:37 last edited by
        #4

        I am trying to install Qt Creator on Ubuntu 20.04 and I am getting the same error

        S 1 Reply Last reply 24 May 2024, 18:26
        0
        • F finch
          24 May 2024, 06:37

          I am trying to install Qt Creator on Ubuntu 20.04 and I am getting the same error

          S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 24 May 2024, 18:26 last edited by SGaist
          #5

          @finch Hi and welcome to devnet,

          Based on the 6.7 supported platform list, you need Ubuntu 22.04.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • N Offline
            N Offline
            NathanJS
            wrote on 30 Jan 2025, 05:17 last edited by
            #6

            I am getting a similar error. I am using WSL Ubuntu 24.04 with GCC 13.3.0

            W J 2 Replies Last reply 30 Jan 2025, 06:11
            0
            • N NathanJS
              30 Jan 2025, 05:17

              I am getting a similar error. I am using WSL Ubuntu 24.04 with GCC 13.3.0

              W Offline
              W Offline
              Wertyus
              wrote on 30 Jan 2025, 06:11 last edited by
              #7

              @NathanJS

              hi, i think it could be related to qmake.

              1 Reply Last reply
              0
              • N NathanJS
                30 Jan 2025, 05:17

                I am getting a similar error. I am using WSL Ubuntu 24.04 with GCC 13.3.0

                J Offline
                J Offline
                jsulm
                Lifetime Qt Champion
                wrote on 30 Jan 2025, 06:13 last edited by
                #8

                @NathanJS What exactly are you installing and how?

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

                N 1 Reply Last reply 30 Jan 2025, 22:45
                0
                • J jsulm
                  30 Jan 2025, 06:13

                  @NathanJS What exactly are you installing and how?

                  N Offline
                  N Offline
                  NathanJS
                  wrote on 30 Jan 2025, 22:45 last edited by
                  #9

                  @jsulm
                  Hi, I am installing QT 6.8.2 using the Linux x64 Online Installer.

                  • I downloaded the file qt-online-installer-linux-x64-4.8.1.run from here

                  • Then did chmod +x qt-online-installer-linux-x64-4.8.1.run

                  • Finally ./qt-online-installer-linux-x64-4.8.1.run

                  This is the message I am getting:

                  error during installation process (qt.qt6.681.linux_gcc_64): could not find the required qmakeoutputinstallerkey(qt.qt6.681.linux_gcc_64_qmakeoutput) value on the installer object. the consumeoutput operation on the valid qmake needs to be called first.
                  
                  
                  N G 2 Replies Last reply 2 Feb 2025, 07:47
                  1
                  • N NathanJS
                    30 Jan 2025, 22:45

                    @jsulm
                    Hi, I am installing QT 6.8.2 using the Linux x64 Online Installer.

                    • I downloaded the file qt-online-installer-linux-x64-4.8.1.run from here

                    • Then did chmod +x qt-online-installer-linux-x64-4.8.1.run

                    • Finally ./qt-online-installer-linux-x64-4.8.1.run

                    This is the message I am getting:

                    error during installation process (qt.qt6.681.linux_gcc_64): could not find the required qmakeoutputinstallerkey(qt.qt6.681.linux_gcc_64_qmakeoutput) value on the installer object. the consumeoutput operation on the valid qmake needs to be called first.
                    
                    
                    N Offline
                    N Offline
                    NathanJS
                    wrote on 2 Feb 2025, 07:47 last edited by
                    #10

                    @NathanJS
                    I fixed the issue by running sudo ./qt-online-installer-linux-x64-4.8.1.run instead of ./qt-online-installer-linux-x64-4.8.1.run

                    1 Reply Last reply
                    0
                    • N NathanJS
                      30 Jan 2025, 22:45

                      @jsulm
                      Hi, I am installing QT 6.8.2 using the Linux x64 Online Installer.

                      • I downloaded the file qt-online-installer-linux-x64-4.8.1.run from here

                      • Then did chmod +x qt-online-installer-linux-x64-4.8.1.run

                      • Finally ./qt-online-installer-linux-x64-4.8.1.run

                      This is the message I am getting:

                      error during installation process (qt.qt6.681.linux_gcc_64): could not find the required qmakeoutputinstallerkey(qt.qt6.681.linux_gcc_64_qmakeoutput) value on the installer object. the consumeoutput operation on the valid qmake needs to be called first.
                      
                      
                      G Offline
                      G Offline
                      GiusDev
                      wrote on 2 Feb 2025, 12:03 last edited by GiusDev 2 Feb 2025, 12:05
                      #11

                      @NathanJS
                      I performed exactly the same procedure and encountered the same problem, but even running the command with "sudo" does not change anything.

                      Debian 12 on wsl2 with gcc 12.2.0

                      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