This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: `python3 -m pip install` has no `--requirement` option on Windows
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.6
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: Marco Sulla, eric.smith
Priority: normal Keywords:

Created on 2019-05-20 21:08 by Marco Sulla, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg342955 - (view) Author: Marco Sulla (Marco Sulla) * Date: 2019-05-20 21:08
It's really useful and easy to have a requirements.txt. It integrates also with Github, that tells you if you're specifying a version of the library with security issues.

I don't understand why this flag is missing in Windows builds. It seems to me not too much difficult to implement. Please? ^^
msg342980 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2019-05-21 06:04
Please show us what command you are running when you try to specify --requirement, and what the result is.
msg343299 - (view) Author: Marco Sulla (Marco Sulla) * Date: 2019-05-23 14:28
Excuse me, after a 

python -m pip install --upgrade setuptools
python -m pip install --upgrade pip

it works like a charme.
History
Date User Action Args
2022-04-11 14:59:15adminsetgithub: 81159
2019-05-23 14:28:05Marco Sullasetstatus: pending -> closed
versions: + Python 3.6, - Python 3.8
messages: + msg343299

resolution: works for me
stage: test needed -> resolved
2019-05-21 13:55:23eric.smithsetstatus: open -> pending
type: behavior
stage: test needed
2019-05-21 06:04:52eric.smithsetnosy: + eric.smith
messages: + msg342980
2019-05-20 21:08:17Marco Sullacreate