adamerose / PandasGUI

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

QTStylish #153

Closed nyteghost closed 3 years ago

nyteghost commented 3 years ago

Describe the bug
I try to run with pandasgui and keep getting ModuleNotFoundError: No module named 'qtstylish'

Environment OS: Windows 10 Python: 3.9.5) IDE: Visual Studio Code

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"

ipython==7.25.0 ipython-genutils==0.2.0
jupyter-client==6.1.12
jupyter-core==4.7.1
pandasgui==0.2.12
plotly==5.1.0 PyQt5==5.15.4 PyQt5-Qt5==5.15.2
PyQt5-sip==12.9.0
PyQtWebEngine==5.15.4
PyQtWebEngine-Qt5==5.15.2

nyteghost commented 3 years ago

I fixed the issue by installing the module separately with pip install qtstylish