Installing collected packages: protobuf
Attempting uninstall: protobuf
Found existing installation: protobuf 3.19.3
Uninstalling protobuf-3.19.3:
Successfully uninstalled protobuf-3.19.3
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow-metadata 1.15.0 requires protobuf<4.21,>=3.20.3; python_version < "3.11", but you have protobuf 4.25.3 which is incompatible.
Successfully installed protobuf-4.25.3
Installing collected packages: protobuf Attempting uninstall: protobuf Found existing installation: protobuf 3.19.3 Uninstalling protobuf-3.19.3: Successfully uninstalled protobuf-3.19.3 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tensorflow-metadata 1.15.0 requires protobuf<4.21,>=3.20.3; python_version < "3.11", but you have protobuf 4.25.3 which is incompatible. Successfully installed protobuf-4.25.3
TransportError Traceback (most recent call last) /usr/local/lib/python3.10/dist-packages/google/auth/compute_engine/credentials.py in refresh(self, request) 127 try: --> 128 self._retrieve_info(request) 129 self.token, self.expiry = _metadata.get_service_account_token(
12 frames TransportError: ("Failed to retrieve http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/?recursive=true from the Google Compute Engine metadata service. Status: 404 Response:\nb''", <google_auth_httplib2._Response object at 0x7f7dfe064f10>)
The above exception was the direct cause of the following exception:
RefreshError Traceback (most recent call last) /usr/local/lib/python3.10/dist-packages/google/auth/compute_engine/credentials.py in refresh(self, request) 132 except exceptions.TransportError as caught_exc: 133 new_exc = exceptions.RefreshError(caught_exc) --> 134 raise new_exc from caught_exc 135 136 @property
RefreshError: ("Failed to retrieve http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/?recursive=true from the Google Compute Engine metadata service. Status: 404 Response:\nb''", <google_auth_httplib2._Response object at 0x7f7dfe064f10>)