Thank you. Please help me resolve the error message #530
Unanswered
PeterHYJang
asked this question in
Q&A
Replies: 1 comment
-
What version of python and |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am a beginner using Python in Visual Studio Code.
I installed scholarly using the following command:
**
pip3 install scholarly**
When I run the Example Code, I encounter the following error message. Could you please advise on how to resolve this issue?"
Exception has occurred: ImportError
cannot import name 'formatargspec' from 'inspect' (C:\Python311\Lib\inspect.py)
File "C:\Users\Joonha\Desktop\Python_WS\test_file.py", line 1, in
from scholarly import scholarly
ImportError: cannot import name 'formatargspec' from 'inspect' (C:\Python311\Lib\inspect.py)
Beta Was this translation helpful? Give feedback.
All reactions