-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error trying to use pyspark #120
Comments
Unfortunately build dependencies are not included in the poetry lock file, so you'll need to include them yourself like here. You'll also need to add dependencies on |
Thanks for the pointers. I made some progress but hit a new error:
Repro is in https://github.com/njlr/rules_pycross_oci/tree/issue-pyspark |
It's the same issue: you'd need to add an explicit dependency on But meson is a full-fledged build system, so I'm not sure that attempting to build a wheel with it will be very successful nested within a Bazel invocation. It's been on my TODO list for a while to add support for other build systems like meson, maturin (for rust-based wheels), etc. Currently the wheel builder in this rule set assumes |
I attempted to add this, but I still get the same error:
Any ideas? |
When I try to use the
pyspark
package, I get this error:Here is the
pyproject.toml
:Full repro code is here: https://github.com/njlr/rules_pycross_oci/tree/issue-pyspark
Trigger the error with:
The text was updated successfully, but these errors were encountered: