pedrodbs / GoogleScholarMap

A collection of Python scripts that generates a scholar's impact chart and helps create a map of countries from which the scholar is cited
MIT License
4 stars 6 forks source link

Error in running scholar_map.get_scholar #1

Open BeckettZhou opened 4 months ago

BeckettZhou commented 4 months ago

Hello Pedro,

    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! 

Best, Beckett

robodhruv commented 3 months ago

Getting the same error