adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.17k stars 229 forks source link

ModuleNotFoundError: No module named 'matplotlib.backends.backend_qt4agg' #186

Closed larsihasi closed 2 years ago

larsihasi commented 2 years ago

Could not get demo to work on Apple Macbook M1 (python natively installed using miniconda)

image

Environment OS: X Monterey 12.1 Platform: Apple Silicone M1 Python: 3.10.1 IDE: VS Code

image

Package versions
TO GET ALL RELEVANT PACKAGE VERSIONS, RUN THIS COMMAND IN BASH AND PASTE THE OUTPUT pip freeze | grep -i "pyqt|pandasgui|plotly|ipython|jupyter|notebook"

image
adamerose commented 2 years ago

Can you try installing with pip instead of conda - MacOS currently isn't supported on PandasGUI conda-forge release

larsihasi commented 2 years ago

I think the problem is related to QTWebengine not supported for QT5 on Apple Silicone: https://successfulsoftware.net/2021/03/05/running-qt-apps-on-m1-arm-macs/ So looking forward when you switch to QT6!