TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

`panic: found duplicate wheels for platform` -- better reporting #43

Open gfl-chris opened 5 years ago

gfl-chris commented 5 years ago

It would be great if

  1. We printed the name of the wheel that is the duplicate.
  2. Where the duplicate are coming from.
  3. A suggestion on how to fix this.

It would help tremendously with debugging dependencies. :D