-
Notifications
You must be signed in to change notification settings - Fork 561
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
tuned 2.21 not working with python3.12 #10607
Comments
Thank you for bringing this to our notice. |
The correct invocation is See details at https://docs.python.org/3/library/inspect.html |
I have managed to make it work by changing |
Anything on this ? |
Has there been any update with regards to this issue? Even with the workaround suggested above, the daemon can start, but the service does not work properly, with more python issues reported. This is what I see in the tuned logs under
|
tuned 2.21 service fails to start with python 3.12. It seems in Python3.12 inspect.getargspec() has been deprecated.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: