Pyside与python 3.6.4不兼容吗?

时间:2018-05-06 14:11:00

标签: python python-3.x install pyside

我按照步骤在Python 3.6.4 pip install -U PySide上的Python 3.6.4上的macOS 13.13.4上安装Pyside但是在运行mymacs-MacBook-Pro:~ mymac$ pip install -U PySide Collecting PySide Using cached https://files.pythonhosted.org/packages/36/ac/ca31db6f2225844d37a41b10615c3d371587677efd074db29855e7035de6/PySide-1.2.4.tar.gz Complete output from command python setup.py egg_info: only these python versions are supported: [(2, 6), (2, 7), (3, 2), (3, 3), (3, 4)] ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/jq/yyp9q2fs1z5780k9l1_2ph4r0000gn/T/pip-install-zz9h16bx/PySide/ mymacs-MacBook-Pro:~ mymac$ 之后,我收到以下错误消息,这似乎表明Pyside与conda install -c anaconda pyside ??:

不兼容
conda install -c conda-forge pyside

我是否有anaconda,我看了Github page这个website我尝试了Solving environment: failed UnsatisfiableError: The following specifications were found to be in conflict: - pyqt - pyside Use "conda info <package>" to see the dependencies for each package. tableviewcell但是他们两个也抛出了同样的错误信息:

detailpage

非常感谢您的帮助!

1 个答案:

答案 0 :(得分:1)

似乎根据stackoverflow page,Pyside将不会更新为python 3.5+的版本。相反,应该安装Pyside2。可以找到安装说明here