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

Hugo Academic CLI v0.8.1 does nothing

wojciechmyszka opened this issue · comments

Trying to use academic (in standalone environment).
After instalation I got:
Successfully installed academic-0.8.1 bibtexparser-1.1.0 ruamel.yaml-0.16.10 toml-0.10.2
Script recognises -h option
Hugo Academic CLI v0.8.1
https://github.com/wowchemy/hugo-academic-cli
But run in import mode does nothing…
BibTeX file used attached

k.md

Forgot to mention:
Python 3.10.12
Ubuntu 22.04.3 LTS

commented

The version you are trying to use, v0.8.1, is an ancient, unsupported version.

Try to use the latest version, v0.11.2.

The easiest way to install is with pipx: pipx install academic

Thanks for answer.
Unfortunately pipx thinks that 0.8.1 is the latest version:
pipx upgrade academic
academic is already at latest version 0.8.1 (location: /home/myszka/.local/pipx/venvs/academic)

Trying to install from repository tells that I need newer version of Python:
ERROR: Package 'academic' requires a different Python: 3.10.12 not in '>=3.11.5'
So it is my problem now :-)