adamerose / adamerose/PandasGUI
RuntimeError: the sip module implements API v12.0 to v12.7 but the PyQt5.QtCore module requires API v12.8
Open
bug
- Dominant language
- Python
- Stars
- 3.3k
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.