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. PySide6 Cannot Install on Windows 11 Python 3.12.1
Forum Updated to NodeBB v4.3 + New Features

PySide6 Cannot Install on Windows 11 Python 3.12.1

Scheduled Pinned Locked Moved Unsolved Qt for Python
5 Posts 2 Posters 2.6k 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.
  • H Offline
    H Offline
    HopWorks
    wrote on 27 May 2024, 23:26 last edited by
    #1

    Well I really wanted to try this software. I have been looking for a good GUI builder for Python without having to write my own for my use, and after trying tkinter-designer and pygubu, I decided to try PySide6. I read about how great it is.

    BUT, everything I have tried today has failed. I cannot install it. I tried installing it from PIP, downloading the WHL file, and all that is left is to build from source BUT I am not sure I want to go through all that.

    I am using Python 3.12.1, PIP 24.0, on Windows 11.
    Edition Windows 11 Pro
    Version 23H2
    Installed on ‎10/‎4/‎2022
    OS build 22631.3593
    Experience Windows Feature Experience Pack 1000.22700.1003.0

    J 1 Reply Last reply 28 May 2024, 05:14
    0
    • H HopWorks
      27 May 2024, 23:26

      Well I really wanted to try this software. I have been looking for a good GUI builder for Python without having to write my own for my use, and after trying tkinter-designer and pygubu, I decided to try PySide6. I read about how great it is.

      BUT, everything I have tried today has failed. I cannot install it. I tried installing it from PIP, downloading the WHL file, and all that is left is to build from source BUT I am not sure I want to go through all that.

      I am using Python 3.12.1, PIP 24.0, on Windows 11.
      Edition Windows 11 Pro
      Version 23H2
      Installed on ‎10/‎4/‎2022
      OS build 22631.3593
      Experience Windows Feature Experience Pack 1000.22700.1003.0

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 28 May 2024, 05:14 last edited by
      #2

      @HopWorks said in PySide6 Cannot Install on Windows 11 Python 3.12.1:

      I tried installing it from PIP

      And what was the problem?

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

      H 1 Reply Last reply 28 May 2024, 21:46
      0
      • J jsulm
        28 May 2024, 05:14

        @HopWorks said in PySide6 Cannot Install on Windows 11 Python 3.12.1:

        I tried installing it from PIP

        And what was the problem?

        H Offline
        H Offline
        HopWorks
        wrote on 28 May 2024, 21:46 last edited by
        #3

        @jsulm ```

        PowerShell 7.4.2
        PS C:\Users\hopwo> pip install pyside6
        Defaulting to user installation because normal site-packages is not writeable
        ERROR: Could not find a version that satisfies the requirement pyside6 (from versions: none)
        ERROR: No matching distribution found for pyside6
        PS C:\Users\hopwo> pip install PySide6
        Defaulting to user installation because normal site-packages is not writeable
        ERROR: Could not find a version that satisfies the requirement PySide6 (from versions: none)
        ERROR: No matching distribution found for PySide6
        
        J 1 Reply Last reply 29 May 2024, 05:23
        0
        • H HopWorks
          28 May 2024, 21:46

          @jsulm ```

          PowerShell 7.4.2
          PS C:\Users\hopwo> pip install pyside6
          Defaulting to user installation because normal site-packages is not writeable
          ERROR: Could not find a version that satisfies the requirement pyside6 (from versions: none)
          ERROR: No matching distribution found for pyside6
          PS C:\Users\hopwo> pip install PySide6
          Defaulting to user installation because normal site-packages is not writeable
          ERROR: Could not find a version that satisfies the requirement PySide6 (from versions: none)
          ERROR: No matching distribution found for PySide6
          
          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 29 May 2024, 05:23 last edited by
          #4

          @HopWorks "pip3 install pyside6" works for me on Linux. Try pip3 instead of pip.

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

          H 1 Reply Last reply 29 May 2024, 11:46
          1
          • J jsulm
            29 May 2024, 05:23

            @HopWorks "pip3 install pyside6" works for me on Linux. Try pip3 instead of pip.

            H Offline
            H Offline
            HopWorks
            wrote on 29 May 2024, 11:46 last edited by
            #5

            @jsulm Actually, "pip" works in Linux so I did not need to use "pip3". I was using windows for the install because when I was using tkinter in WSL2, I could not figure out how to make all the windows fonts available. All I had was one font to pick from. When I used tkinter in the Windows version of python, I had all the fonts available. I am hoping that I do not have to worry about that with PySide6 in Linux. We will see. At least I am past the install, thanks jsulm!

            1 Reply Last reply
            0

            1/5

            27 May 2024, 23:26

            • Login

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