We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried running these lines : import pandas as pd from pandasgui import show
Getting an error message that says:
RuntimeError: the sip module implements API v12.0 to v12.7 but the PyQt5.QtCore module requires API v12.8
I am on windows 10, python 3.8, anaconda , jupyter notebook.
Tried uninstalling and reinstalling sip same error.
The text was updated successfully, but these errors were encountered:
Can you list your package versions? Run this command in Git Bash pip freeze | grep -i "pyqt\|pandasgui\|plotly\|ipython\|jupyter\|notebook"
pip freeze | grep -i "pyqt\|pandasgui\|plotly\|ipython\|jupyter\|notebook"
Sorry, something went wrong.
No branches or pull requests
Tried running these lines :
import pandas as pd
from pandasgui import show
Getting an error message that says:
RuntimeError: the sip module implements API v12.0 to v12.7 but the PyQt5.QtCore module requires API v12.8
I am on windows 10, python 3.8, anaconda , jupyter notebook.
Tried uninstalling and reinstalling sip same error.
The text was updated successfully, but these errors were encountered: