Skip to content
New issue

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

RuntimeError: the sip module implements API v12.0 to v12.7 but the PyQt5.QtCore module requires API v12.8 #67

Open
gaurav326913 opened this issue Nov 19, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@gaurav326913
Copy link

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.

@gaurav326913 gaurav326913 added the bug Something isn't working label Nov 19, 2020
@adamerose
Copy link
Owner

Can you list your package versions? Run this command in Git Bash
pip freeze | grep -i "pyqt\|pandasgui\|plotly\|ipython\|jupyter\|notebook"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants