New submission from Ayse <ado...@okstate.edu>:

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 
--recursive https://github.com/rbgirshick/py-faste
r-rcnn.git

Usage:
  C:\ProgramData\Anaconda3\python.exe -m pip install [options] <requirement 
specifier> [package-index-options] ...
  C:\ProgramData\Anaconda3\python.exe -m pip install [options] -r <requirements 
file> [package-index-options] ...
  C:\ProgramData\Anaconda3\python.exe -m pip install [options] [-e] <vcs 
project url> ...
  C:\ProgramData\Anaconda3\python.exe -m pip install [options] [-e] <local 
project path> ...
  C:\ProgramData\Anaconda3\python.exe -m pip install [options] <archive 
url/path> ...

no such option: --recursive

As I see from Issue35135 this was happening for some other packages. 
Could you please help me about it?

Sincerely, 
Ayse

----------
components: Installation
messages: 355208
nosy: aysedogan, docs@python, pgacv2, xtreak
priority: normal
severity: normal
status: open
title: pip install --upgrade git submodule update --recursive does not exist
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38562>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to