-
Notifications
You must be signed in to change notification settings - Fork 542
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
pip_install fails with: Invalid WHEEL file. Expected key 'Root-Is-Purelib' #435
Comments
Thanks for the issue report. I presume The
Checking the PEP for Wheels I cannot see it saying that the field must be set and have a boolean value, so I think we can take the absence of the field to mean |
This has now been fixed in the |
@amirh https://github.com/catboost/catboost/releases/tag/v0.26 (latest release) will work with rules_python |
Closing as now fixed on |
🐞 bug report
Affected Rule
The issue is caused by the rule: pip_installIs this a regression?
NoDescription
pip_install fails installing platlib dependencies (e.g catboost)
🔬 Minimal Reproduction
I staged a repository that reproduces the issue here: https://github.com/amirh/bazel_platlib_repro
to reproduce in that repository run
bazel build repro:repro
🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_python version:
Anything else relevant?
The text was updated successfully, but these errors were encountered: