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

AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'? #35

Open
JacquesBopp opened this issue Jan 6, 2023 · 1 comment · May be fixed by #38
Open

Comments

@JacquesBopp
Copy link

I have upgraded to Python 3.11.1. Now I get the following error:
....python3.11/site-packages/evernote3-1.25.0-py3.11.egg/evernote/api/client.py", line 159, in delegate_method
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?

will a new evernote SDK be available in the near future?

@chburmeister
Copy link

chburmeister commented Nov 6, 2023

Hi @JacquesBopp : I had the same error. You simply have to replace 'getargspec' with 'getfullargspec'. There's already a PR for this: #38

@daquinoaldo daquinoaldo linked a pull request Nov 6, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants