I am using university SSH, and I am trying to use Neovim.
However, it keeps saying that E319: No "python3" provider found.
whenever I am trying to edit my code using Neovim.
I am not a sudoer.
How can I handle this problem?
I've tried python3 -m pip install --user --upgrade pynvim
, however, it says that module pip is not installed in /usr/bin/python3
directory.