PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
1.08k stars 203 forks source link

AgGrid Import crashes Pycharm Debugger #251

Open mucmch opened 9 months ago

mucmch commented 9 months ago

Simply importing aggrid crashes the Pycharm debugger:

The code run is: from st_aggrid import AgGrid

Works well, when simply running: Process finished with exit code 0

Crashes, when debugging: Process finished with exit code -1073741819 (0xC0000005)