[issue35135] pip install --download option does not exist

2018-11-01 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Sorry, my comment reopened the bug :( -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker

[issue35135] pip install --download option does not exist

2018-11-01 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: FYI created an issue at https://github.com/pypa/pip/issues/5976 Thanks! -- assignee: -> docs@python resolution: third party -> stage: resolved -> status: closed -> open type: -> behavior ___ Python

[issue35135] pip install --download option does not exist

2018-11-01 Thread Zachary Ware
Change by Zachary Ware : -- assignee: docs@python -> resolution: -> third party stage: -> resolved status: open -> closed type: behavior -> ___ Python tracker ___

[issue35135] pip install --download option does not exist

2018-11-01 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. The issue tracker deals with reports for CPython and issues related to pip are not maintained here. Please file a doc issue at https://github.com/pypa/pip/ . `--download` was deprecated with

[issue35135] pip install --download option does not exist

2018-11-01 Thread Pedro
New submission from Pedro : https://pip.pypa.io/en/stable/user_guide/#installing-from-local-packages states that you can use a --directory option with the install subcommand. This fails with pip 18.1 on both Python 2.7 on SLES12 and Python 3.6 on Windows 10: == pip install