我按照步骤在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
非常感谢您的帮助!