-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
No module named 'PyQt5.QtWebEngineWidgets' with anaconda on spyder 4.13 #12802
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
Comments
This is not issue with Spyder but with Anaconda. Please report it here: |
I don't think so (installing Anaconda is quite straightforward). People just need to avoid mixing pip, conda and system packages (as it seems you're doing). |
The fix for me was: All with the system python and it worked. |
Same problem but in windows 10 can someone help me solve it "No module named 'PyQt5.QtWebEngineWidgets'" |
Hi @MufaddalHamid please check our Troubleshooting Guide maybe something there could be useful :) |
This issue is still happening for me. The Troubleshooting Guide did not help. I have tried installing various versions of PyQt5, and I always get errors. |
I did a fresh install of Anaconda (latest version) on Ubuntu 20.4. The resultant error when I run Spyder directly after install:
Please provide advice if possible. |
I have solved my issue. Sorry for the multiple comments, but I want to help anyone else who may run into this. I think it was a Ubuntu libraries problem. After |
I solved my issue by getting fresh installation of python and anaconda i.e python 3.9 and anaconda 3 |
@bbutler3. I have the same problem!!! tried to fix it with your steps, but I can´t solve it : Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): It´s Spyder 4.2.0....could you help me please!? |
@mvazquezmassaro, that looks like an error in your installation. Please create a new environment and install Spyder on it, or remove and reinstall Miniconda again. |
pip uninstall pyqt5 |
To fix the problem with Spyder launching, install or update pyqtwebengine and then Spyder should work just fine (Anaconda 2.3.0, Spyder 5.3.3). |
I'm going to lock this issue because installing For future readers, if you're having a problem like this, you need to uninstall and reinstall Anaconda following the instructions in the second part of our video. You also need to be very careful when using pip to install packages in Anaconda because pip and conda packages are binary incompatible (which is the source of this issue). That's also explained in the video I referenced above. |
Procedure:
Fresh installed conda.
conda update anaconda
conda install spyder=4.1.3
Output:
I do have python-pyqtwebengine installed on my system. I am running arch linux.
I a lso have python on my system but i already tried removing PyQt5 and pyqtwebengine using my system's pip and reinstalling and in both ways i always had this same missing QtWebEngine error.
I saw many errors like this on the issues here and they always end up like that's not a spyder problem, but maybe we need better installing instructions?
The text was updated successfully, but these errors were encountered: