All Questions
1 question
0
votes
1
answer
2k
views
pip install gitpython fails with python 3.x requirement
When I try to install gitpython via pip normally under python 2.7, it fails telling me python 3.x is required.
This particular script/process has worked until this morning.
$ sudo pip install ...