There is some error with Computation service. Here is the Error message: Cannot read properties of undefined (reading '__wbindgen_add_to_stack_pointer')
#419 建立於 2024年2月2日
倉庫指標
- Star
- (8,606 star)
- PR 合併指標
- (平均合併 17小時 40分鐘) (30 天內合併 5 個 PR)
描述
Describe the bug Integrate PyGWalker with Shiny-Python following https://github.com/ObservedObserver/pygwalker-shiny/tree/main. But when I change ui.HTML(pyg.walk(df, spec="./viz-config.json", return_html=True, debug=False)), to ui.HTML(pyg.walk(df, spec="./viz-config.json", use_kernel_calc=True, return_html=True, debug=False)), bug happens. and also there is no data in Data Tab。 Without the option: “use_kernel_calc=True”,the program runs normally.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Versions
- pygwalker version:
- python version
- browser
Additional context Add any other context about the problem here.