PandasGUI
PandasGUI copied to clipboard
Trying to use Pandasgui
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
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