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

SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead #1601

Closed
parthea opened this issue Feb 16, 2023 · 1 comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.

Comments

@parthea
Copy link
Contributor

parthea commented Feb 16, 2023

In this build log, there is a SetuptoolsDeprecationWarning

SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
  warnings.warn(msg, SetuptoolsDeprecationWarning)

Creating this issue to track moving off of the namespace_packages parameter

More information:
https://peps.python.org/pep-0420/
https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#finding-namespace-packages

@vchudnov-g vchudnov-g added type: cleanup An internal cleanup or hygiene concern. priority: p2 Moderately-important priority. Fix may not be included in next release. labels May 16, 2023
@parthea
Copy link
Contributor Author

parthea commented Nov 28, 2023

Fixed in #1852 for autogenerated client. Other warnings will be addressed in #1874

@parthea parthea closed this as completed Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

2 participants