phy icon indicating copy to clipboard operation
phy copied to clipboard

PyQt5.QtWebEngineWidgets missing from install

Open rglanz opened this issue 4 years ago • 2 comments

I installed using the developer instructions and got this error.

ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

Looks like it got moved to a separate package. Running pip install PyQtWebEngine fixed the issue.

rglanz avatar Jul 07 '20 00:07 rglanz

Yes this is a known issue: https://github.com/cortex-lab/phy#dealing-with-the-error-modulenotfounderror-no-module-named-pyqt5qtwebenginewidget The problem is that it looks like this command should only run on particular environments (combination of OS and Python distribution), and not others otherwise it fails, and it's unclear to me which!

rossant avatar Jul 07 '20 07:07 rossant

just run in a terminal: pip install PyQtWebEngine

NixPlayer avatar Sep 01 '22 09:09 NixPlayer