Attribute error #495
-
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' |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Did you run from scholarly import scholarly or import scholarly It looks like you might have done the latter but you need to do the former. |
Beta Was this translation helpful? Give feedback.
-
Yea my bad import scholarly was what I did, the other one worked fine |
Beta Was this translation helpful? Give feedback.
Did you run
or
It looks like you might have done the latter but you need to do the former.