You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Run import google.cloud.storage in a Python interpreter.
❯ python -c 'import google.cloud.storage'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/timoffex/Documents/workspace/testing/.venv-38/lib/python3.8/site-packages/google/cloud/storage/__init__.py", line 35, in <module>
from google.cloud.storage.batch import Batch
File "/Users/timoffex/Documents/workspace/testing/.venv-38/lib/python3.8/site-packages/google/cloud/storage/batch.py", line 42, in <module>
from google.cloud import _helpers
File "/Users/timoffex/Documents/workspace/testing/.venv-38/lib/python3.8/site-packages/google/cloud/_helpers/__init__.py", line 30, in <module>
import google.auth
File "/Users/timoffex/Documents/workspace/testing/.venv-38/lib/python3.8/site-packages/google/auth/__init__.py", line 22, in <module>
from google.auth._default import (
File "/Users/timoffex/Documents/workspace/testing/.venv-38/lib/python3.8/site-packages/google/auth/_default.py", line 598, in <module>
scopes: Optional[Sequence[str]] = None,
TypeError: 'ABCMeta' object is not subscriptable