Open Quinten opened 8 years ago
If it helps: I had the same errors, and had to make sure that requests
is installed for python 2. I don't know how to do that with homebrew though...
I had the same error, managed to resolve it by installing requests
with the following:
pip2 install requests
When i hit
F5
in insert-mode when i am in my fugitive commit window i getHowever i did run
pip install requests
after i installed python with homebrew.
Still the error remains.