Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecation warning from setuptools 67.3 #1229

Closed
davidszotten opened this issue Feb 15, 2023 · 3 comments
Closed

deprecation warning from setuptools 67.3 #1229

davidszotten opened this issue Feb 15, 2023 · 3 comments

Comments

@davidszotten
Copy link

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

  1. install latest google-auth and latest setuptools
  2. import pkg_resources (see above)

Thanks!

@kudlatyamroth
Copy link

is there any move on this?

@aqeelat
Copy link

aqeelat commented Jun 4, 2023

@arithmetic1728 I understand this requires coordination with all of the other google python packages, but is there an internal issue regarding this?

@parthea
Copy link
Contributor

parthea commented Nov 8, 2023

Fixed in #1205

@parthea parthea closed this as completed Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants