无法为python3安装PySide

无法为python3安装PySide,python,pyside,Python,Pyside,根据,问题似乎出在您的python版本上,Pyside将不会针对Python3.5+版本进行更新。相反,安装你的python3版本是什么?我们确实尝试过安装Pyside2,但它说它已经是最新版本了 pi@raspberrypi:~/python_code/CANalyzat0r-master $ pip install PySide Defaulting to user installation because normal site-packages is not writeable Look

根据,问题似乎出在您的python版本上,Pyside将不会针对Python3.5+版本进行更新。相反,安装

你的python3版本是什么?我们确实尝试过安装Pyside2,但它说它已经是最新版本了
pi@raspberrypi:~/python_code/CANalyzat0r-master $ pip install PySide
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting PySide
  Using cached PySide-1.2.4.tar.gz (9.3 MB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-zvgnnffi/PySide/setup.py'"'"'; __file__='"'"'/tmp/pip-install-zvgnnffi/PySide/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-zvgnnffi/PySide/pip-egg-info
         cwd: /tmp/pip-install-zvgnnffi/PySide/
    Complete output (1 lines):
    only these python versions are supported: [(2, 6), (2, 7), (3, 2), (3, 3), (3, 4)]
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.