Attribute error #495
Answered
by
arunkannawadi
SarveshVGharat
asked this question in
Q&A
|
Why is scholarly giving an attribute error? I tried search_org, search_pubs, etc and in every case, it gave the same error ----> 8 search_results = scholarly.search_org(search_query) AttributeError: module 'scholarly' has no attribute 'search_org' |
Answered by
arunkannawadi
Mar 5, 2023
Replies: 2 comments
|
Did you run from scholarly import scholarlyor import scholarlyIt looks like you might have done the latter but you need to do the former. |
0 replies
Answer selected by
SarveshVGharat
|
Yea my bad import scholarly was what I did, the other one worked fine |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you run
or
It looks like you might have done the latter but you need to do the former.