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

Python 3.11 incompatibility #17

Open
carpoon opened this issue Nov 6, 2022 · 0 comments
Open

Python 3.11 incompatibility #17

carpoon opened this issue Nov 6, 2022 · 0 comments

Comments

@carpoon
Copy link

carpoon commented Nov 6, 2022

The inspect module no longer has a getargspec method, it was removed in Python3.11, as it was deprecated since 3.0. According to the documentation the getfullargspec could be used (with some changes to the code).

The error:

  File "infi\pyutils\decorators.py", line 28, in <module>
  File "infi\pyutils\patch.py", line 7, in monkey_patch
AttributeError: module 'inspect' has no attribute 'getargspec'

The line where the error originates from.

Thanks for looking into it!

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

1 participant