9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python8,952 stars (8,952 stars)3,032 forks (3,032 forks)batch import
help wantedstate: awaiting PRtype: bug
Description
This issue does not include a description.
- Issue type
- bug
- Research direction
- Investigate how pip prompts for passwords when accessing index servers. Look at pip's authentication handling (likely in `pip. internal.utils.auth` or similar). Determine if the prompt is triggered unconditionally and how to detect if stdout is redirected. A fix might involve checking `os.isatty(sys.stdout)` before prompting, and if not a tty, either fail gracefully or use an alternative method (e.g., environment variable). No linked PRs or assignees suggest the issue is open for contribution.