-
Notifications
You must be signed in to change notification settings - Fork 16
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
Wheels for pyodide/pyscript #81
Comments
Hi. This is a great idea, and I've already looked into this. Currently, Pyodide isn't supported by cibuildwheel, which I use for building the Python wheels. However, there are intentions to provide support (pypa/cibuildwheel#1454), and once this integration is completed, I'll revisit the idea. |
Cool! Thank you for the fast response and the great work on this project in general :) Just out of curiosity, will there be an opportunity to help out with this because it will "just work (c) Todd Howard" or it will actually work without any additional effort? :) |
Sure, thanks for offering to help. I hope it will just work; but due to the build dependencies of RDKit, I believe this will be challenging (even after cibuildwheel has support). |
I will leave this issue open then :) |
Is there any update on this? |
I would also offer to help, since I recently had the same idea of a full RDKit beyond minimal.lib in the Browser - but quickly found out that it will be a challenge. |
I get that Pyodide wheels would be fantastic, but without cibuildwheel's support for Pyodide, it's going to be a challenge. Even if cibuildwheel does support Pyodide, another hurdle will be building the Boost library (and possible others libraries) for Pyodide. However, please feel free to open a PR for that. I'm also happy to support these efforts. |
Seems like the cibuildwheel issue is resolved. |
Thanks, that'd be wonderful. |
Hi!
I'm curious, is it possible to create wheels that would target pyodide in order to use rdkit as python package through pyscript? And if it is, do you think that it's a good idea to invest into that?
I know that there is rdkit.js as a fall back option, but still I want to ask this question as I think for python users would be more intuitive to install pypi package instead of setting up JS object.
Here is a code snippet to try to install rdkit
The text was updated successfully, but these errors were encountered: