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 31, 2026. It is now read-only.
If you import this library in an isolated environment, it will fail with ModuleNotFoundError: No module named 'pkg_resources' due to the line referenced below. While setuptools is a commonly installed alongside Python, it's not a core module, and should be listed as a dependency so that package managers (e.g. pipenv, poetry, pdm) will pick up on it and install it.
If you import this library in an isolated environment, it will fail with
ModuleNotFoundError: No module named 'pkg_resources'due to the line referenced below. Whilesetuptoolsis a commonly installed alongside Python, it's not a core module, and should be listed as a dependency so that package managers (e.g. pipenv, poetry, pdm) will pick up on it and install it.python-storage/google/cloud/storage/_http.py
Line 19 in a8fcebb