Problems with manubot citing from orcid/ auto-cite.py #140
-
Hello, I'm trying to get auto-cite.py to generate a list of citations based off my PI's ORCID. However every time auto-cite.py runs, I am faced with this error: Source 47 of 47 - doi:10.1371/journal.pone.0063325
This happens for every source, it says there is no such file/directory as manubot. I have not found any help on the internet so I figured this would be a good place to ask |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Is this the repo in question: It looks like you are not using auto-cite in the standard way: letting it run automatically with github actions via pull requests or committing to main. Thus I have to assume you're trying to run Manubot isn't a standard package that comes with Python, so you have to install it via |
Beta Was this translation helpful? Give feedback.
Is this the repo in question:
https://github.com/Harrisonthow/Beautiful-quorum
It looks like you are not using auto-cite in the standard way: letting it run automatically with github actions via pull requests or committing to main.
Thus I have to assume you're trying to run
auto-cite.py
locally on your computer, and you don't have the Manubot package.Manubot isn't a standard package that comes with Python, so you have to install it via
requirements.txt
. Please see the (advanced) instructions for building citations locally:https://github.com/greenelab/lab-website-template/wiki/Advanced-Editing#build-citations-locally