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

Fix ModuleNotFoundError: No module named 'bibtexparser. "bibdatabase'" #10

Closed
LostXine opened this issue Aug 1, 2024 · 2 comments
Closed

Comments

@LostXine
Copy link

LostXine commented Aug 1, 2024

Problem Description

Observed this error:

ModuleNotFoundError: No module named 'bibtexparser. "bibdatabase'"

when executing the following command:

from citation_map import generate_citation_map

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:

pip install bibtexparser==1.4.1
@LostXine LostXine closed this as completed Aug 1, 2024
@njzjz
Copy link

njzjz commented Aug 1, 2024

I submit to scholarly-python-package/scholarly#546. bibtexparser is not a dependency of CitationMap.

@LostXine
Copy link
Author

LostXine commented Aug 1, 2024

@njzjz Great, thanks for your help!

@LostXine LostXine reopened this Aug 1, 2024
@LostXine LostXine closed this as completed Aug 1, 2024
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