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

Incompatible with bibtexparser 2.0.0b7 #546

Open
1 task
njzjz opened this issue Aug 1, 2024 · 0 comments
Open
1 task

Incompatible with bibtexparser 2.0.0b7 #546

njzjz opened this issue Aug 1, 2024 · 0 comments
Labels

Comments

@njzjz
Copy link

njzjz commented Aug 1, 2024

Describe the bug

  File "/home/jz748/anaconda3/lib/python3.10/site-packages/scholarly/publication_parser.py", line 4, in <module>
    from bibtexparser.bibdatabase import BibDatabase
ModuleNotFoundError: No module named 'bibtexparser.bibdatabase'

bibtexparser version:

 pip list|grep bibtexparser
bibtexparser                  2.0.0b7

To Reproduce

pip install bibtexparser==2.0.0b7 scholarly
from scholarly import scholarly

https://gist.github.com/njzjz/b29b358b3bc0a919fc713e8bb4838456

Expected behavior
No error, or add bibtexparser<2 to dependecies.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Proxy service: [e.g. ScraperAPI]
  • python version: [e.g. 3.8] 3.10
  • OS: [e.g. macOS] linux
  • Version [e.g. 1.5] 1.7.11

Do you plan on contributing?
Your response below will clarify whether the maintainers can expect you to fix the bug you reported.

  • Yes, I will create a Pull Request with the bugfix.

Need the author to decide what to do.

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant