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
PandasGUI breaks off during an execution. It looks like it's related to PyQT: it can't execute it.
Do you have any suggestions why that could have happened? Thx in advance!
import pandas as pd from pandasgui import show df = pd.DataFrame({'a':[1,2,3], 'b':[4,5,6], 'c':[7,8,9]}) show(df)
ImportError Traceback (most recent call last) C:\Users\CHRIST~1\AppData\Local\Temp/ipykernel_17664/2003914596.py in <module> 1 import pandas as pd ----> 2 from pandasgui import show 3 df = pd.DataFrame({'a':[1,2,3], 'b':[4,5,6], 'c':[7,8,9]}) 4 show(df) e:\python\python38\lib\site-packages\pandasgui\__init__.py in <module> 13 14 # Imports ---> 15 from pandasgui.gui import show 16 17 __all__ = ["show", "__version__"] e:\python\python38\lib\site-packages\pandasgui\gui.py in <module> 7 import pandas as pd 8 import pkg_resources ----> 9 from PyQt5 import QtCore, QtGui, QtWidgets 10 from PyQt5.QtCore import Qt 11 ImportError: DLL load failed while importing QtCore: Die angegebene Prozedur wurde nicht gefunden.
PyQt PyQt5 5.15.4 PyQt5-Qt 5.15.2 PyQt5-Qt5 5.15.2 PyQt5-sip 12.9.0 PyQtWebEngine 5.15.4 PyQtWebEngine-Qt 5.15.2 PyQtWebEngine-Qt5 5.15.2
Pandas geopandas 0.9.0 pandas 1.3.0 pandas-profiling 3.0.0 pandasgui 0.2.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PandasGUI breaks off during an execution. It looks like it's related to PyQT: it can't execute it.
Do you have any suggestions why that could have happened?
Thx in advance!
Code
Error Traceback
Environment
PyQt
PyQt5 5.15.4
PyQt5-Qt 5.15.2
PyQt5-Qt5 5.15.2
PyQt5-sip 12.9.0
PyQtWebEngine 5.15.4
PyQtWebEngine-Qt 5.15.2
PyQtWebEngine-Qt5 5.15.2
Pandas
geopandas 0.9.0
pandas 1.3.0
pandas-profiling 3.0.0
pandasgui 0.2.12
The text was updated successfully, but these errors were encountered: