Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2320

Can't get latest version of PySide6 by following the Quick start guide

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Not Evaluated
    • None
    • 6.5.0
    • Documentation
    • None
    • Linux/X11

    Description

      When following the steps in 
      https://doc.qt.io/qtforpython-6/quickstart.html

      I did get Qt 6.2.4 version of PySide6 and not the latest one:

      $ pip install pyside6
      Collecting pyside6
        Using cached PySide6-6.2.4-6.2.4-cp36.cp37.cp38.cp39.cp310-abi3-manylinux1_x86_64.whl (268.2 MB)
      Collecting shiboken6==6.2.4
        Using cached shiboken6-6.2.4-6.2.4-cp36.cp37.cp38.cp39.cp310-abi3-manylinux1_x86_64.whl (1.0 MB)
      Installing collected packages: shiboken6, pyside6
      Successfully installed pyside6-6.2.4 shiboken6-6.2.4

      Only after I did pip install --upgrade pip I was able to get latest version: 

      $ pip install --upgrade pip
      Collecting pip
        Downloading pip-23.1.2-py3-none-any.whl (2.1 MB)
           |████████████████████████████████| 2.1 MB 3.9 MB/s 
      Installing collected packages: pip
        Attempting uninstall: pip
          Found existing installation: pip 20.0.2
          Uninstalling pip-20.0.2:
            Successfully uninstalled pip-20.0.2
      Successfully installed pip-23.1.2
      
      $ pip install pyside6
      Collecting pyside6
        Downloading PySide6-6.5.0-cp37-abi3-manylinux_2_28_x86_64.whl (6.7 kB)
      Collecting shiboken6==6.5.0 (from pyside6)
        Downloading shiboken6-6.5.0-cp37-abi3-manylinux_2_28_x86_64.whl (173 kB)
           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.5/173.5 kB 5.0 MB/s eta 0:00:00
      Collecting PySide6-Essentials==6.5.0 (from pyside6)
        Downloading PySide6_Essentials-6.5.0-cp37-abi3-manylinux_2_28_x86_64.whl (80.7 MB)
           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.7/80.7 MB 11.6 MB/s eta 0:00:00
      Collecting PySide6-Addons==6.5.0 (from pyside6)
        Downloading PySide6_Addons-6.5.0-cp37-abi3-manylinux_2_28_x86_64.whl (125.4 MB)
           ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.4/125.4 MB 10.0 MB/s eta 0:00:00
      Installing collected packages: shiboken6, PySide6-Essentials, PySide6-Addons, pyside6
        Attempting uninstall: shiboken6
          Found existing installation: shiboken6 6.2.4
          Uninstalling shiboken6-6.2.4:
            Successfully uninstalled shiboken6-6.2.4
      Successfully installed PySide6-Addons-6.5.0 PySide6-Essentials-6.5.0 pyside6-6.5.0 shiboken6-6.5.0

      Suggested fix:
      pip install --upgrade pip should be added as a step in the Quick start guide.

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kleint Friedemann Kleint
            jannej Janne Juntunen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes