PandasGUI icon indicating copy to clipboard operation
PandasGUI copied to clipboard

Trying to use Pandasgui

Open nyteghost opened this issue 3 years ago • 1 comments

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

nyteghost avatar Jan 27 '22 20:01 nyteghost

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

PabloJMoreno avatar Mar 14 '22 22:03 PabloJMoreno