Open mucmch opened 9 months ago
Simply importing aggrid crashes the Pycharm debugger:
The code run is: from st_aggrid import AgGrid
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)
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)