GetRD / academic-file-converter

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站
https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex
MIT License
352 stars 102 forks source link

Hugo Academic CLI v0.8.1 does nothing #127

Closed wojciechmyszka closed 9 months ago

wojciechmyszka commented 9 months ago

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

wojciechmyszka commented 9 months ago

Forgot to mention: Python 3.10.12 Ubuntu 22.04.3 LTS

gcushen commented 9 months ago

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

wojciechmyszka commented 9 months ago

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 :-)