-
Notifications
You must be signed in to change notification settings - Fork 19
Does not have mandatory providers: 'PyZProvider' #33
Comments
Which |
I am using 0.17 rc1. I'll take a look again in a few days. |
Thanks! Figuring out how to reproduce the issue is probably the biggest issue. Make sure you are importing it as |
I've run into this also, and I'm sure I'm importing as I'm using bazel 0.16.1 on CentOS 7. I've tried going back to the initial change that added local wheel support and still run into the same issue, so it's not particularly clear how this is supposed to work. Is there a minimal example of a repo using local wheels available somewhere? |
I see the same problem. I set up a repo for reproducing the problem in https://github.com/snifi/Failed-pyz_rules.
Due to my understanding in the generated file the issue is in line 25 + 26: Updating this to: |
@snifi did you test that fix with any actual Does anyone have a working example with local wheels? |
Hi just trying out these rules and running into an issue with local wheels. I am getting
This error makes sense as the local wheels are a
filegroup
but are added as a dependency topyz_library
- but not sure what the intendend behaviour is. I suppose there should be something extracting the wheels and adding apyz_library
for it no?The text was updated successfully, but these errors were encountered: