Hi,

I don't know about this specific error, but what I usually do is using pip to 
install PySide into a virtual environment. You can do that with (assuming bash)

python3 -m venv <a_local_dir>
. <a_local_dir>/bin/activate
pip install PySide2==5.14.2.3

or whatever version you want. This should download a binary version of PySide2 
which should be perfectly fine for making first steps with PySide2.

Hope this helps

Christoph

_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to