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
as of setuptools 67.3 (2023-02-13) there is a deprecation warning about implicit namespace packages
python -Wall -c 'import pkg_resources'
/path/to/tmp-7552ed82cdd0d3e/lib/python3.11/site-packages/pkg_resources/__init__.py:2804:
DeprecationWarning: Deprecated call to
`pkg_resources.declare_namespace('google')`. 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
declare_namespace(pkg)
(manually wrapped lines)
Environment details
OS: osx (any i presume)
Python version: 3.11.0
pip version: 23.0
google-auth version: 2.16.0
Steps to reproduce
install latest google-auth and latest setuptools
import pkg_resources (see above)
Thanks!
The text was updated successfully, but these errors were encountered:
as of setuptools 67.3 (2023-02-13) there is a deprecation warning about implicit namespace packages
(manually wrapped lines)
Environment details
google-auth
version: 2.16.0Steps to reproduce
pkg_resources
(see above)Thanks!
The text was updated successfully, but these errors were encountered: