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

[BUG] DeprecationWarning: distro.linux_distribution() is deprecated #3216

Open
waldiTM opened this issue Sep 14, 2024 · 0 comments
Open

[BUG] DeprecationWarning: distro.linux_distribution() is deprecated #3216

waldiTM opened this issue Sep 14, 2024 · 0 comments
Assignees

Comments

@waldiTM
Copy link

waldiTM commented Sep 14, 2024

Describe the bug: A clear and concise description of what the bug is.

azurelinuxagent/common/future.py:106
  /build/source/azurelinuxagent/common/future.py:106: DeprecationWarning: distro.linux_distribution() is deprecated. It should only be used as a compatibility shim with Python's platform.linux_distribution(). Please use distro.id(), distro.version() and distro.name() instead.
    distro.linux_distribution(

Distro and WALinuxAgent details (please complete the following information):
Python 3.12

@narrieta narrieta self-assigned this Sep 16, 2024
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

2 participants