Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Citation Data #97

Open
GitYesm opened this issue Oct 11, 2024 · 4 comments
Open

Get Citation Data #97

GitYesm opened this issue Oct 11, 2024 · 4 comments

Comments

@GitYesm
Copy link

GitYesm commented Oct 11, 2024

image

How to resolve this problems?

@wbwang17
Copy link

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.

@GitYesm
Copy link
Author

GitYesm commented Oct 13, 2024

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

@wbwang17
Copy link

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')

@GitYesm
Copy link
Author

GitYesm commented Oct 13, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants