Does anyone know where I can find a pip-install for PySide2?
It's 2017 and I can't seem to find a pip install or site-package containing the binaries for PySide2. I prefer not to deal with downloading the source code and compiling it myself, as that usually ends up being a huge headache as it's never a smooth process. Also considering it's highly likely someone else has already done it. If I were to be honest here, if I attempted to compile it myself and errors popped up, I wouldn't really know where to begin solving them, nor do I want to spend time doing that.
I just find it hard to believe I can't find it anywhere online or even in PIP when a lot of applications in the VFX industry are switching to PySide2.
I hope someone can help me out. Thanks
There are wheels available by Fredrik Averpil here built with Qt 5.6
.
Claudius Hansch's answer provides a wheel using Qt 5.9
.
In any case, don't forget to either
QT_QPA_PLATFORM_PLUGIN_PATH
environment variable as described hereor
create a qt.conf
file in the folder of your python.exe
with the content
[Paths]
Prefix = /dir_to_site-packages/PySide2
Binaries = /dir_to_site-packages/PySide2