简体   繁体   English

如何使用 Python3 安装 PySide?

[英]how to install PySide with Python3?

Python3 already installed in my PC (windows 10) but when i try install PySide using pip install PySide2 1 , it gives error. Python3 已经安装在我的 PC(Windows 10)中,但是当我尝试使用pip install PySide2 1时,它给出了错误。

ERROR: Could not find a version that satisfies the requirement PySide2 (from versions: none)
ERROR: No matching distribution found for PySide2 strong text

How to fix this?如何解决这个问题?

 pip install PySide2

whenever you are not sure about the name of the Python package or how to install the package just visit this site https://pypi.org/ or type [packagename] pypi, it will give your proper instruction on how to install the package whenever you are not sure about the name of the Python package or how to install the package just visit this site https://pypi.org/ or type [packagename] pypi, it will give your proper instruction on how to install the package

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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