有没有安装 PySide 2 for Windows 的简单方法?

Posted

技术标签:

【中文标题】有没有安装 PySide 2 for Windows 的简单方法?【英文标题】:Is there an easy way of installing PySide 2 for Windows? 【发布时间】:2017-11-27 15:27:45 【问题描述】:

有没有办法在 Windows 10 上“简单”安装 PySide 2?如果没有,有安装教程吗?

我可以将 PySide 2 项目导出到 .exe 文件吗?

【问题讨论】:

【参考方案1】:

如果您使用的是较新版本的 Python 3,您现在也可以这样做

pip install PySide2

【讨论】:

【参考方案2】:

可以使用 conda 在 Windows 上轻松安装 Pyside2。

# Enable conda-forge
conda config --add channels conda-forge
# Install PySide2
conda install pyside2

有关更多说明,请参阅this link

您可以使用 Pyinstaller 将 Python 程序冻结为独立的可执行文件。

【讨论】:

【参考方案3】:

从最近开始,“***”(适用于 Windows、Linux、OS X)在 http://download.qt.io/snapshots/ci/pyside/ 上可用

您可以在这里阅读如何安装whl 文件:How do I install a Python package with a .whl file?

在撰写此回复时,PySide2 似乎仍在开发中,尚未完全准备好生产。希望很快,我们都很期待。

【讨论】:

以上是关于有没有安装 PySide 2 for Windows 的简单方法?的主要内容,如果未能解决你的问题,请参考以下文章

PySide for Python 2.7.2 ImportError DLL 加载在 Win32 上失败

Qt for python pyside2/6 使用 PyInstaller打包项目exe

Qt for python pyside2/6 使用 PyInstaller打包项目exe

PySide2 ,按钮没有得到 setStyleSheets

Qt for python pyside2/6 使用 PyInstaller打包项目exe

PySide 安装错误 - python 2.7 - QT5 - macOS Sierra