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

Pyodide Support #26

Open
LukePrior opened this issue Apr 7, 2022 · 2 comments
Open

Pyodide Support #26

LukePrior opened this issue Apr 7, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed pypi Issues about pypi distributions

Comments

@LukePrior
Copy link

Hello,

I was wondering how hard it would be to add support for Pyodide.

https://pyodide.org/en/stable/development/new-packages.html

I've also enquired about this on the pyodide repo.

Thanks

@sighingnow sighingnow added the enhancement New feature or request label Apr 7, 2022
@sighingnow
Copy link
Owner

I'm not sure if it could be added soon, as currently we prebuilt the required shared library (e.g., libclang.so) the prepare the wheel packages manually.

I'n even not sure if emcc could seamlessly build clang.

@sighingnow sighingnow added the help wanted Extra attention is needed label Apr 7, 2022
@LukePrior
Copy link
Author

LukePrior commented Apr 7, 2022

Yeah the libclang.so file was the problem I was running into when I tried using the plain clang python package. Pyodide successful imported the package but as there was no clang library it errored out.

@sighingnow sighingnow added the pypi Issues about pypi distributions label Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed pypi Issues about pypi distributions
Projects
None yet
Development

No branches or pull requests

2 participants