Python:安装PyQt5踩到的坑

问题:安装PyQt5是出现
Package ‘pip’ requires a different Python: XXX not in XXXX
或者
Could not find a version that satisfies the requirement sip>=XXX (from pyqt5) (from versions: )的报错

原因: python版本过低
解决:升级到高版本的python

你可能感兴趣的:(Python,python)