Skip to content
New issue

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

Support PyGWalker #588

Open
whitphx opened this issue Jul 11, 2023 · 2 comments
Open

Support PyGWalker #588

whitphx opened this issue Jul 11, 2023 · 2 comments

Comments

@whitphx
Copy link
Owner

whitphx commented Jul 11, 2023

https://github.com/Kanaries/pygwalker

@whitphx
Copy link
Owner Author

whitphx commented Sep 11, 2023

When installing it, the following error occurs:

ValueError: Can't find a pure Python 3 wheel for: 'duckdb', 'psutil'

@Vuizur
Copy link

Vuizur commented Sep 12, 2023

I think this is a problem with pyodide.
psutil seems to be a helper package that can't work in the browser. Maybe pygwalker could exclude it from the requirements in the emscripten platform, so that a browser would not try to install it. (Not sure, have never tried this.)
The main blocker is duckdb. There are apparently problems trying to compile it: pyodide/pyodide#2961
One could try to fix that, but doing so probably will be horribly complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants