Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Failed to install QT designer using Python 3.12.3 (URGENT HELP)

Failed to install QT designer using Python 3.12.3 (URGENT HELP)

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 1.7k 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.
  • S Offline
    S Offline
    saadkhan6031
    wrote on 5 Sept 2024, 17:30 last edited by
    #1

    Dear Respected QT Team,
    I am a python developer and I am trying to install qt designer on my PC, my current python version install on my PC is 3.12.3, but It shows me an error. PyQt6 was successfully installed on my PC but qt-tools aren't installing properly ..

    when I run the command on CMD
    pip install pyqt6-tools

    It shows me this piece of text ...

    C:\Users\Saad Khan>pip install pyqt6-tools
    Collecting pyqt6-tools
      Using cached pyqt6_tools-6.4.2.3.3-py3-none-any.whl.metadata (8.3 kB)
    Requirement already satisfied: click in c:\users\saad khan\appdata\local\programs\python\python312\lib\site-packages (from pyqt6-tools) (8.1.7)
    Collecting pyqt6==6.4.2 (from pyqt6-tools)
      Using cached PyQt6-6.4.2-cp37-abi3-win_amd64.whl.metadata (2.2 kB)
    INFO: pip is looking at multiple versions of pyqt6-tools to determine which version is compatible with other requirements. This could take a while.
    Collecting pyqt6-tools
      Using cached pyqt6_tools-6.3.1.3.3-py3-none-any.whl.metadata (8.3 kB)
    Collecting pyqt6==6.3.1 (from pyqt6-tools)
      Using cached PyQt6-6.3.1-cp37-abi3-win_amd64.whl.metadata (2.2 kB)
    Collecting pyqt6-tools
      Using cached pyqt6_tools-6.1.0.3.2-py3-none-any.whl.metadata (8.3 kB)
    Collecting pyqt6==6.1.0 (from pyqt6-tools)
      Using cached PyQt6-6.1.0.tar.gz (946 kB)
      Installing build dependencies ... done
      Getting requirements to build wheel ... done
      Preparing metadata (pyproject.toml) ... error
      error: subprocess-exited-with-error
    
      × Preparing metadata (pyproject.toml) did not run successfully.
      │ exit code: 1
      ╰─> [26 lines of output]
          pyproject.toml: line 7: using '[tool.sip.metadata]' to specify the project metadata is deprecated and will be removed in SIP v7.0.0, use '[project]' instead
          Traceback (most recent call last):
            File "C:\Users\Saad Khan\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
              main()
            File "C:\Users\Saad Khan\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
              json_out['return_val'] = hook(**hook_input['kwargs'])
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            File "C:\Users\Saad Khan\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 152, in prepare_metadata_for_build_wheel
              whl_basename = backend.build_wheel(metadata_directory, config_settings)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\sipbuild\api.py", line 28, in build_wheel
              project = AbstractProject.bootstrap('wheel',
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\sipbuild\abstract_project.py", line 74, in bootstrap
              project.setup(pyproject, tool, tool_description)
            File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\sipbuild\project.py", line 608, in setup
              self.apply_user_defaults(tool)
            File "C:\Users\Saad Khan\AppData\Local\Temp\pip-install-5uus40pk\pyqt6_9fa170351b2b40d5a4ca9b5371dc5d79\project.py", line 60, in apply_user_defaults
              super().apply_user_defaults(tool)
            File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\pyqtbuild\project.py", line 51, in apply_user_defaults
              super().apply_user_defaults(tool)
            File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\sipbuild\project.py", line 237, in apply_user_defaults
              self.builder.apply_user_defaults(tool)
            File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\pyqtbuild\builder.py", line 50, in apply_user_defaults
              raise PyProjectOptionException('qmake',
          sipbuild.pyproject.PyProjectOptionException
          [end of output]
    
      note: This error originates from a subprocess, and is likely not a problem with pip.
    error: metadata-generation-failed
    
    × Encountered error while generating package metadata.
    ╰─> See above for output.
    
    note: This is an issue with the package mentioned above, not pip.
    hint: See above for details.
    

    Please HELP me how can I install Qt Designer with PyQT6 library into my PC ...

    I have checked on PyPI website, latest version of pyqt6-tools is or March 2023 . So my request to you QT Team please release the latest version of pyqt-tools which enable developers to develop GUIs.

    Thanks

    J 1 Reply Last reply 5 Sept 2024, 17:38
    0
    • S saadkhan6031
      5 Sept 2024, 17:30

      Dear Respected QT Team,
      I am a python developer and I am trying to install qt designer on my PC, my current python version install on my PC is 3.12.3, but It shows me an error. PyQt6 was successfully installed on my PC but qt-tools aren't installing properly ..

      when I run the command on CMD
      pip install pyqt6-tools

      It shows me this piece of text ...

      C:\Users\Saad Khan>pip install pyqt6-tools
      Collecting pyqt6-tools
        Using cached pyqt6_tools-6.4.2.3.3-py3-none-any.whl.metadata (8.3 kB)
      Requirement already satisfied: click in c:\users\saad khan\appdata\local\programs\python\python312\lib\site-packages (from pyqt6-tools) (8.1.7)
      Collecting pyqt6==6.4.2 (from pyqt6-tools)
        Using cached PyQt6-6.4.2-cp37-abi3-win_amd64.whl.metadata (2.2 kB)
      INFO: pip is looking at multiple versions of pyqt6-tools to determine which version is compatible with other requirements. This could take a while.
      Collecting pyqt6-tools
        Using cached pyqt6_tools-6.3.1.3.3-py3-none-any.whl.metadata (8.3 kB)
      Collecting pyqt6==6.3.1 (from pyqt6-tools)
        Using cached PyQt6-6.3.1-cp37-abi3-win_amd64.whl.metadata (2.2 kB)
      Collecting pyqt6-tools
        Using cached pyqt6_tools-6.1.0.3.2-py3-none-any.whl.metadata (8.3 kB)
      Collecting pyqt6==6.1.0 (from pyqt6-tools)
        Using cached PyQt6-6.1.0.tar.gz (946 kB)
        Installing build dependencies ... done
        Getting requirements to build wheel ... done
        Preparing metadata (pyproject.toml) ... error
        error: subprocess-exited-with-error
      
        × Preparing metadata (pyproject.toml) did not run successfully.
        │ exit code: 1
        ╰─> [26 lines of output]
            pyproject.toml: line 7: using '[tool.sip.metadata]' to specify the project metadata is deprecated and will be removed in SIP v7.0.0, use '[project]' instead
            Traceback (most recent call last):
              File "C:\Users\Saad Khan\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
                main()
              File "C:\Users\Saad Khan\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
                json_out['return_val'] = hook(**hook_input['kwargs'])
                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
              File "C:\Users\Saad Khan\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 152, in prepare_metadata_for_build_wheel
                whl_basename = backend.build_wheel(metadata_directory, config_settings)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
              File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\sipbuild\api.py", line 28, in build_wheel
                project = AbstractProject.bootstrap('wheel',
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
              File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\sipbuild\abstract_project.py", line 74, in bootstrap
                project.setup(pyproject, tool, tool_description)
              File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\sipbuild\project.py", line 608, in setup
                self.apply_user_defaults(tool)
              File "C:\Users\Saad Khan\AppData\Local\Temp\pip-install-5uus40pk\pyqt6_9fa170351b2b40d5a4ca9b5371dc5d79\project.py", line 60, in apply_user_defaults
                super().apply_user_defaults(tool)
              File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\pyqtbuild\project.py", line 51, in apply_user_defaults
                super().apply_user_defaults(tool)
              File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\sipbuild\project.py", line 237, in apply_user_defaults
                self.builder.apply_user_defaults(tool)
              File "C:\Users\Saad Khan\AppData\Local\Temp\pip-build-env-2baod9xf\overlay\Lib\site-packages\pyqtbuild\builder.py", line 50, in apply_user_defaults
                raise PyProjectOptionException('qmake',
            sipbuild.pyproject.PyProjectOptionException
            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
      error: metadata-generation-failed
      
      × Encountered error while generating package metadata.
      ╰─> See above for output.
      
      note: This is an issue with the package mentioned above, not pip.
      hint: See above for details.
      

      Please HELP me how can I install Qt Designer with PyQT6 library into my PC ...

      I have checked on PyPI website, latest version of pyqt6-tools is or March 2023 . So my request to you QT Team please release the latest version of pyqt-tools which enable developers to develop GUIs.

      Thanks

      J Offline
      J Offline
      JonB
      wrote on 5 Sept 2024, 17:38 last edited by JonB 9 May 2024, 17:38
      #2

      @saadkhan6031 said in Failed to install QT designer using Python 3.12.3 (URGENT HELP):

      I have checked on PyPI website, latest version of pyqt6-tools is or March 2023 . So my request to you QT Team please release the latest version of pyqt-tools which enable developers to develop GUIs.

      This forum is not read by a team from The Qt Company. It is end-users of Qt like yourself. PyQt is not produced by The Qt Company anyway, it is from a third-party, Riverbank Computing. If you do not get an answer here you might ask the PyQt folks at https://riverbankcomputing.com/mailman/listinfo/pyqt.

      1 Reply Last reply
      2

      1/2

      5 Sept 2024, 17:30

      • Login

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