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. pip install pyside fails
QtWS25 Last Chance

pip install pyside fails

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 947 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    Installing pip install pyside fails with error indicating I am using unsupported python version .

    I am hesitant to change my python3.10 version - it could break my current application.

    1. Can I have multiple versions of python on my system ?
    2. Am I installing current version of pyside?

    Constructive replies will be greatly appreciated .

    Thanks

    nov25-1@nov251-desktop:~$ pip install pyside
    Defaulting to user installation because normal site-packages is not writeable
    Collecting pyside
    Downloading PySide-1.2.4.tar.gz (9.3 MB)
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 2.3 MB/s eta 0:00:00
    Preparing metadata (setup.py) ... error
    error: subprocess-exited-with-error

    × python setup.py egg_info did not run successfully.
    │ exit code: 1
    ╰─> [1 lines of output]
    only these python versions are supported: [(2, 6), (2, 7), (3, 2), (3, 3), (3, 4)]
    [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.
    nov25-1@nov251-desktop:~$

    S 1 Reply Last reply
    0
    • A Anonymous_Banned275

      Installing pip install pyside fails with error indicating I am using unsupported python version .

      I am hesitant to change my python3.10 version - it could break my current application.

      1. Can I have multiple versions of python on my system ?
      2. Am I installing current version of pyside?

      Constructive replies will be greatly appreciated .

      Thanks

      nov25-1@nov251-desktop:~$ pip install pyside
      Defaulting to user installation because normal site-packages is not writeable
      Collecting pyside
      Downloading PySide-1.2.4.tar.gz (9.3 MB)
      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 2.3 MB/s eta 0:00:00
      Preparing metadata (setup.py) ... error
      error: subprocess-exited-with-error

      × python setup.py egg_info did not run successfully.
      │ exit code: 1
      ╰─> [1 lines of output]
      only these python versions are supported: [(2, 6), (2, 7), (3, 2), (3, 3), (3, 4)]
      [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.
      nov25-1@nov251-desktop:~$

      S Offline
      S Offline
      StarterKit
      wrote on last edited by StarterKit
      #2

      @AnneRanch, which system do you use? (is it traditional Intel x86 or something else?)
      Which OS do you use? (I suspect it is Linux but which one?)
      How you installed python?
      Have you checked your access rights to site-packages directory? (as it complains it is not writable)
      And if you afraid to break your system - have you tried to use python vitrual environment? what is the result of pip install in this case?
      Why you try to use first version of pyside instead of pip install PySide6?

      1 Reply Last reply
      0
      • Christian EhrlicherC Christian Ehrlicher locked this topic on

      • Login

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