-
Notifications
You must be signed in to change notification settings - Fork 32
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
distutils package is deprecated and slated for removal in Python 3.12. #67
Comments
gstatus v1.0.8 same issue |
This message causes the zabbix monitoring to stop working since it uses the output of I had to add
|
Python 3.12 is generally out there and will be in OS releases soon ... any chance for a fix? I'm not a pthon dev but when I read the migration docs it might be not too hard? https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html distutils.version.* → packaging.version.* |
Sure. Expect a patch and release in this month. |
`distutils` package is deprecated. Use `packaging` library instead. Fixes: gluster#67 Signed-off-by: Aravinda Vishwanathapura <[email protected]>
`distutils` package is deprecated. Use `packaging` library instead. Fixes: #67 Signed-off-by: Aravinda Vishwanathapura <[email protected]>
Running gstatus script throws a DeprecationWarning
/usr/bin/gstatus/main.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
gstatus --version : gstatus v1.0.8
Dist : Ubuntu 22.04.1 LTS
python3 version : Python 3.10.4
The text was updated successfully, but these errors were encountered: