Description
The installation of PySide2 via pip fails in the newest alpha version of Qt 5.12. Here is the command that I'm using:
pip3 install --user --index-url=http://download.qt.io/snapshots/ci/pyside/5.12/latest/ pyside2==5.12.0a1.dev1540663531 --trusted-host download.qt.io
And here is the error:
Collecting shiboken2 (from PySide2==5.12.0a1.dev1540663531)
Could not find a version that satisfies the requirement shiboken2 (from PySide2==5.12.0a1.dev1540663531) (from versions: )
No matching distribution found for shiboken2 (from PySide2==5.12.0a1.dev1540663531)
I've tried to manually install shiboken2's wheel, but the error stays the same.