jalvesaq / zotcite

Neovim plugin for integration with Zotero
GNU General Public License v3.0
159 stars 13 forks source link

Zotcite requires Python3 [Solved] #53

Closed acorreya closed 1 year ago

acorreya commented 1 year ago

Zotcite requires Python3

I migrated my WSL2 to another windows PC and ended up redoing every setting for my PhD thesis from scratch. Onc main problem was the tiny zotcite requires python3 message that showed on neovim status on loading. The answer is to pip install --user neovim or run it with sudo and without user for global install. Leaving this here in case someone ends up hitting a brick wall at the last moments of submission (like me).