You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I meet a problem described below when I run it on my macbook air m1.
Code
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)
Error Traceback
PandasGUI INFO — pandasgui.gui — Opening PandasGUI...
qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
Environment
OS: Mac OS 11.4
Python: 3.8
IDE: PyCharm
I meet a problem described below when I run it on my macbook air m1.
Code
Error Traceback
Environment
OS: Mac OS 11.4
Python: 3.8
IDE: PyCharm
Package versions
The text was updated successfully, but these errors were encountered: