简体   繁体   中英

How can I install PySide2 or PyQt5 in Windows XP 32 bits?

I have latest version Python 3.4.3 , compatible with Windows XP 32 bits. When I want to install PySide2 or Qt I see:

C:\Python34\Scripts>pip install PySide2 ERROR: Could not find a version that satisfies the requirement PySide2 (from ver sions: none) ERROR: No matching distribution found for PySide2

or

C:\Python34\Scripts>pip install pyqt5 Collecting pyqt5 Downloading https://files.pythonhosted.org/packages/f0/3a/8f2261c0477008057636 b9f992952033748b9ee94541dd54373f7d6bf5f1/PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-non e-win32.whl (62.8MB) |████████████████████████████████| 62.8MB 12kB/s ERROR: Could not find a version that satisfies the requirement sip>=4.19.1 (from pyqt5) (from versions: none) ERROR: No matching distribution found for sip>=4.19.1 (from pyqt5)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM