9 评论 (9 评论)0 反应 (0 反应)0 负责人 (0 负责人)Python8,952 star (8,952 star)3,032 fork (3,032 fork)batch import
help wantedstate: awaiting PRtype: bug
- 议题类型
- bug
- 研究方向
- 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.