phy icon indicating copy to clipboard operation
phy copied to clipboard

ImportError: libQt5QmlModels.so.5: cannot open shared object file: No such file or directory

Open mfvd opened this issue 3 years ago • 3 comments

Hello,

I'm trying to open a dataset in phy and keep getting the error below. I'm running Ubuntu 20.04.4 LTS. I've tried reinstalling PyQtWebEnginebut it did not solve the problem. Any suggestion on how to solve this issue?

Traceback (most recent call last):
  File "/home/neuroimaging/anaconda2/envs/si_openephys/bin/phy", line 5, in <module>
    from phy.apps import phycli
  File "/home/neuroimaging/anaconda2/envs/si_openephys/lib/python3.9/site-packages/phy/apps/__init__.py", line 22, in <module>
    from phy.gui.qt import QtDialogLogger
  File "/home/neuroimaging/anaconda2/envs/si_openephys/lib/python3.9/site-packages/phy/gui/__init__.py", line 6, in <module>
    from .qt import (
  File "/home/neuroimaging/anaconda2/envs/si_openephys/lib/python3.9/site-packages/phy/gui/qt.py", line 41, in <module>
    from PyQt5.QtWebEngineWidgets import (QWebEngineView,  # noqa
ImportError: libQt5QmlModels.so.5: cannot open shared object file: No such file or directory

mfvd avatar Jul 25 '22 13:07 mfvd

having the same issue!

caitlinmallory avatar Sep 02 '22 19:09 caitlinmallory