尝试了几天,但是无法在python2.7.15上安装PySide2,而python3.7没有问题。在Qt (这是模块PySide2的项目名称)上,明确地编写了支持python2.7的网站,所以这是没有问题的。
我成功地在python 3上安装了PySide2,使用:
pip install PySide2
然后,我尝试使用以下方法在python 2上安装PySide2:
python -m pip install PySide2
大喊大叫的错误:
ERROR: Could not find a version that satisfies the requirement PySide2(fr