acad-homepage.github.io icon indicating copy to clipboard operation
acad-homepage.github.io copied to clipboard

Get Citation Data

Open GitYesm opened this issue 1 year ago • 4 comments

image

How to resolve this problems?

GitYesm avatar Oct 11 '24 08:10 GitYesm

The python has been updated. Refer to https://stackoverflow.com/questions/75602063/pip-install-r-requirements-txt-is-failing-this-environment-is-externally-mana

just add "--break-system-packages" after pip3 install -r requirements.txt.

wbwang17 avatar Oct 13 '24 11:10 wbwang17

The python has been updated. Refer to https://stackoverflow.com/questions/75602063/pip-install-r-requirements-txt-is-failing-this-environment-is-externally-mana

just add "--break-system-packages" after pip3 install -r requirements.txt.

Thanks,but I have a new problem as follows: ---> scholarly._proxy_generator.MaxTriesExceededException: Cannot Fetch from Google Scholar

GitYesm avatar Oct 13 '24 12:10 GitYesm

The python has been updated. Refer to https://stackoverflow.com/questions/75602063/pip-install-r-requirements-txt-is-failing-this-environment-is-externally-mana just add "--break-system-packages" after pip3 install -r requirements.txt.

Thanks,but I have a new problem as follows: ---> scholarly._proxy_generator.MaxTriesExceededException: Cannot Fetch from Google Scholar

Maybe you should try to write your google scholar id directly in the google_scholar_crawler/main.py as:

author: dict = scholarly.search_author_id('XXXXXXXXXX')

wbwang17 avatar Oct 13 '24 12:10 wbwang17

The python has been updated. Refer to https://stackoverflow.com/questions/75602063/pip-install-r-requirements-txt-is-failing-this-environment-is-externally-mana just add "--break-system-packages" after pip3 install -r requirements.txt.

Thanks,but I have a new problem as follows: ---> scholarly._proxy_generator.MaxTriesExceededException: Cannot Fetch from Google Scholar

Maybe you should try to write your google scholar id directly in the google_scholar_crawler/main.py as:也许你应该尝试直接在 google_scholar_crawler/main.py 中写下你的 google scholar id,如下所示:

author: dict = scholarly.search_author_id('XXXXXXXXXX') Sorry, I tried that but still got the same error, could it be because of scholarly search_author_id function?

GitYesm avatar Oct 13 '24 12:10 GitYesm