GetRD / academic-file-converter

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站

Home Page:https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Error

d-bohn opened this issue · comments

When using the newest version I receive the following error:

academic --help
Traceback (most recent call last):
  File "/opt/homebrew/Caskroom/miniconda/base/bin/academic", line 5, in <module>
    from academic.cli import main
  File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/academic/cli.py", line 10, in <module>
    from academic.version import VERSION
  File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/academic/version.py", line 3, in <module>
    with open("pyproject.toml", "rb") as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'pyproject.toml'

Downgrading resolves the issue, but introduces other errors (hence trying to upgrade).