Hi Jon,
I recently created
https://github.com/bazelbuild/bazel-bench, a Python project to benchmark Bazel performance across commits. I had a talk with Lukacs and we agreed that I should write this email to detail the issues I faced while setting it up with Bazel.
The main issue was with importing modules from
google.cloud package. Seems to be the same as
#65. I tried to include `legacy_create_init = False` in my `py_binary` target but it doesn't seem to help either.
Apart from this, the rest works fine for me.
I've subscribed to the issue and hopefully there'll be a fix soon.
Best regards,
--