Thanks so much for this contribution. I was trying to use this code to generate a citation map but got an error when running the first step: python3.8 -m scholar_map.get_scholar -i KGpeCYUAAAAJ -o OUTPUT_DIR
The error I am getting is:
File "/Users/beckett/GT/GreenCard/Publications/scholar_map/get_scholar.py", line 45, in
search_query = scholarly.search_args.id(args.id)
AttributeError: '_Scholarly' object has no attribute 'search_args'
Could you please check if you are also getting the same on your end? I'm using MacOS.
Thanks in advance for your help!
Hello Pedro,
File "/Users/beckett/GT/GreenCard/Publications/scholar_map/get_scholar.py", line 45, in
search_query = scholarly.search_args.id(args.id)
AttributeError: '_Scholarly' object has no attribute 'search_args'
Best, Beckett