[issue38562] pip install --upgrade git submodule update --recursive does not exist

2019-10-23 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. As noted in the linked issue this tracker is for issues related to CPython. pip has it's own issue tracker in GitHub : https://github.com/pypa/pip . I am closing it as third party. Possibly related :

[issue38562] pip install --upgrade git submodule update --recursive does not exist

2019-10-22 Thread Ayse
New submission from Ayse : Hi, I was trying to apply a github code, for that I need to get this first:git clone --recursive https://github.com/rbgirshick/py-faster-rcnn.git but it when I run this it is saying this: PS C:\Users\Ayse Dogan> python -m pip install --user --upgrade git clone