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
When using googleapis-common-protos, the following deprecated warning is issued:
/.venv/lib/python3.9/site-packages/google/rpc/__init__.py:20: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
pkg_resources.declare_namespace(__name__)
This issue is related to #140 and was reported in a comment (#140 (comment)) but I thought it might've been better to break it out into a separate issue for users to track.
The text was updated successfully, but these errors were encountered:
When using googleapis-common-protos, the following deprecated warning is issued:
The offending code shows up in a couple places:
python-api-common-protos/google/rpc/__init__.py
Line 20 in 78138cc
python-api-common-protos/google/logging/__init__.py
Line 20 in 78138cc
This issue is related to #140 and was reported in a comment (#140 (comment)) but I thought it might've been better to break it out into a separate issue for users to track.
The text was updated successfully, but these errors were encountered: