pip install pyside fails
-
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.
- Can I have multiple versions of python on my system ?
- 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:~$ -
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.
- Can I have multiple versions of python on my system ?
- 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:~$@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 tosite-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 ofpip install
in this case?
Why you try to use first version of pyside instead ofpip install PySide6
? -
C Christian Ehrlicher locked this topic on