Open JarnoRFB opened 7 years ago
Thoughts @ccordoba12 ?
No idea. @mingwandroid?
Got the same issue.
I faced the same issue, then after upgrading to PyQt5-5.9 it solved.
pip install --upgrade PyQt5
I faced the same issue, then after upgrading to PyQt5-5.9 it solved.
pip install --upgrade PyQt5
Since this infers conda environment it would be safe to reinstall using conda
instead of pip
. For example,
conda install -c conda-forge --force pyqt
Results in
Segmentation fault (core dumped)
The output of
conda info
isI am running on Ubuntu 16.04
This seems to be related to #1435 , which is a seg fault as well only on windows. When I run the commands specified there I get a seg fault as well.