Get Citation Data
How to resolve this problems?
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.
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
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')
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?