We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Observed this error:
ModuleNotFoundError: No module named 'bibtexparser. "bibdatabase'"
when executing the following command:
from citation_map import generate_citation_map
The latest version of bibtexparser (2.0.0b7) seems to have some issues causing this error.
bibtexparser
Downgrade bibtexparser to a stable version 1.4.1 using the following command:
pip install bibtexparser==1.4.1
The text was updated successfully, but these errors were encountered:
I submit to scholarly-python-package/scholarly#546. bibtexparser is not a dependency of CitationMap.
Sorry, something went wrong.
@njzjz Great, thanks for your help!
No branches or pull requests
Problem Description
Observed this error:
when executing the following command:
Reason
The latest version of
bibtexparser
(2.0.0b7) seems to have some issues causing this error.Solution
Downgrade
bibtexparser
to a stable version 1.4.1 using the following command:The text was updated successfully, but these errors were encountered: