This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 692
SyntaxError: referred httplib2 is not Python 3 compatible #277
Comments
Yes, I believe there is another issue from @hwright tracking this. |
That would be google/containerregistry#42 |
thanks. We can certainly reduce the number of places we import this (even within the library). cc @dekkagaijin |
Ah, thanks for the fast reply and sorry for the duplicate. I haven't seen the other issue before. |
Local issue in this repo: #260 |
@MarkusTeufelberger Correct. #260 is the same problem, but for code in this repository (it looks like it was lifted from google/containerregistry). I wanted to be sure if we fixed it in one place, it got fixed elsewhere. |
@mattmoor ACK |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can build single layers using the
container_image
rule, but when I try to generate a full image, I get the following error:It looks like the referred httplib module in https://github.com/bazelbuild/rules_docker/blob/master/container/container.bzl#L67 isn't Python3 compatible.
The text was updated successfully, but these errors were encountered: