-
Notifications
You must be signed in to change notification settings - Fork 598
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
[BUG-REPORT] Missing *py3*.whl in PyPI blocks use of vaex with pyodide #2454
Comments
Getting below error while generating whl In file included from src/vaexfast.cpp:31: ERROR Backend subprocess exited when trying to invoke build_wheel |
As vaex is not a pure python pakage (See language distribution in vaex's github page), we may need to follow different strategy for building wheel. Explore bdist_wheel, cibuildwheel next. |
vaex-core uses cibuildwheel: https://github.com/vaexio/vaex/blob/core-v4.18.1/.github/workflows/wheel.yml see wheels here: https://pypi.org/project/vaex-core/4.18.1/#files the other packages (vaex, vaex-ml, etc) have pure python wheels. |
Hi, Missing py3.whl in PyPI blocking the use of vaex with pyodide. Pls check below references and assist. Thanks.
Ref
[1] https://pypi.org/project/vaex-core/#files
[2] https://pypi.org/project/numpy/#files
[3] https://pyodide.org/en/stable/usage/faq.html#micropip-can-t-find-a-pure-python-wheel
The text was updated successfully, but these errors were encountered: