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. Cannot install PySide6 on Python 3.13.0
Forum Updated to NodeBB v4.3 + New Features

Cannot install PySide6 on Python 3.13.0

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 2.5k 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.
  • L Offline
    L Offline
    lukutis222
    wrote on 18 Oct 2024, 05:49 last edited by lukutis222
    #1

    Hello. I have just downloaded Python 3.13.0 from:
    https://www.python.org/downloads/

    C:\Users\petri\Desktop\Testmate_1_2_4>python --version
    Python 3.13.0
    

    I am trying to import PySide6 library using command:
    python -m pip install pyside6 and I get the following error:

    C:\Users\petri\Desktop\Testmate_1_2_4>python -m pip install pyside6
    ERROR: Ignored the following versions that require a different python version: 6.3.0 Requires-Python <3.11,>=3.6; 6.3.1 Requires-Python <3.11,>=3.6; 6.3.2 Requires-Python <3.11,>=3.6; 6.4.0.1 Requires-Python <3.12,>=3.7; 6.4.1 Requires-Python <3.12,>=3.7; 6.4.2 Requires-Python <3.12,>=3.7; 6.4.3 Requires-Python <3.12,>=3.7; 6.5.0 Requires-Python <3.12,>=3.7; 6.5.1 Requires-Python <3.12,>=3.7; 6.5.1.1 Requires-Python <3.12,>=3.7; 6.5.2 Requires-Python <3.12,>=3.7; 6.5.3 Requires-Python <3.12,>=3.7; 6.6.0 Requires-Python <3.13,>=3.8; 6.6.1 Requires-Python <3.13,>=3.8; 6.6.2 Requires-Python <3.13,>=3.8; 6.6.3 Requires-Python <3.13,>=3.8; 6.6.3.1 Requires-Python <3.13,>=3.8; 6.7.0 Requires-Python <3.13,>=3.9; 6.7.1 Requires-Python <3.13,>=3.9; 6.7.2 Requires-Python <3.13,>=3.9; 6.7.3 Requires-Python <3.13,>=3.9; 6.8.0 Requires-Python <3.13,>=3.9; 6.8.0.1 Requires-Python <3.13,>=3.9
    ERROR: Could not find a version that satisfies the requirement pyside6 (from versions: none)
    ERROR: No matching distribution found for pyside6
    

    Is this expected behaviour? Is PySide6 not compatible with 3.13.0? I have used Python 3.11.1 previously and did not have any issues with PySide6. Now upgraded to 3.13.0 and cannot install it

    1 Reply Last reply
    0
    • F Offline
      F Offline
      friedemannkleint
      wrote on 18 Oct 2024, 05:57 last edited by
      #2

      3.13. will be supported from 6.8.1 onwards.

      1 Reply Last reply
      1

      2/2

      18 Oct 2024, 05:57

      • Login

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