-
Notifications
You must be signed in to change notification settings - Fork 166
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
Plugins not working with python 3.11 #524
Labels
Comments
I fixed this issue by applying the suggested workaround mentioned in pyinvoke/invoke#833 (comment) I opened if not hasattr(inspect, 'getargspec'):
inspect.getargspec = inspect.getfullargspec after import inspect |
I just had the same issue (Manjaro, so Arch-based), and the suggested workaround fixed it, thanks! |
@slgobinath can this be closed as fixed in 2.1.6? |
Yes it can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using python 3.11, I get the following exception for all plugins:
safeeyes.log
might be related to pyinvoke/invoke#833
To Reproduce
Steps to reproduce the behavior:
safeeyes/plugin_manager.py
in an editorlogging.exception
Expected behavior
the exception should not happe
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: