-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash: Could not find QtWebEngineProcess #3015
Comments
Have you tried installing using miniconda? You can find the instructions on the webpage If you have, could you paste the output of the
command? |
There are some problems with pyqt5==5.10 on Linux (also some other software has problems with it). If you are on Linux, try instaling pyqt5==5.9. |
As discovered at https://www.riverbankcomputing.com/pipermail/pyqt/2018-March/040080.html this is caused by QTBUG-66346 and affects Qt 5.10.1 and 5.9.4. You can downgrade PyQt5 to 5.10.0 or 5.9.2 (e.g. |
Orange version
3.13.0
Expected behavior
Open an new file or showing an example from the dialog.
Actual behavior
python3 -m Orange.canvas
Steps to reproduce the behavior
Additional info (worksheets, data, screenshots, ...)
During the pip install process some dependencies have not been checked. I do not know much about the mentioned python libraries, but they should be stated directly by their name.
The text was updated successfully, but these errors were encountered: