adamerose / PandasGUI

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

Trying to use Pandasgui #189

Open nyteghost opened 2 years ago

nyteghost commented 2 years ago

Describe the bug
Had pandasgui installed and getting

"Cannot mix incompatible Qt library (5.14.1) with this library (5.15.2)"

Tried creating a new venv, and getting it in the new venv.

Environment OS: Windows10 Python: 3.9.7 IDE: VSCode

PabloJMoreno commented 2 years ago

I had the same error ans Qt5 library was causing me trouble. Fixed creating a new environment and installing Python=3.7, and then install pandasgui and it works fine. Use Python 3.7