简体   繁体   中英

Pyside Installation Error

I have a 32-bit Windows 7 OS. Today, I tried downloading the PySide setup program. However, after I try running the downloaded file, I get the following error: "PySide Setup program invalid or damaged."

Why am I getting this? I have recently started a course on building GUI applications with Python using the Qt framework, and need PySide for the same. I use Python 2.7 btw.

对于几乎相同的确切问题,我的解决方案只是需要以管理员权限安装,因此这也可能是您的问题。

Try it using Pip. download that https://bootstrap.pypa.io/get-pip.py and run it with your python.

then open a cmd window at your pip instal directory in my case: C:\\Python27\\Scripts

then type in: pip install -U PySide

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