아래의 pip install 명령을 사용하려고하는데 프록시 인증에 실패했습니다. 이미 내 RHEL7.x 서버에서 프록시를 구성했습니다.pip 설치가 실패 함 407 프록시 인증이 필요합니다.
Command Used: `pip install --proxy https://'username:pwd'@proxy:host --upgrade pip`
로그 :
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 Proxy Authentication Required',))': /simple/pip/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 Proxy Authentication Required',))': /simple/pip/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 Proxy Authentication Required',))': /simple/pip/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 Proxy Authentication Required',))': /simple/pip/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 Proxy Authentication Required',))': /simple/pip/
을이 링크는 질문에 대답 수 있지만, 그것은 더 여기에 답변의 핵심 부분을 포함하고 참조 용 링크를 제공하십시오. 링크 된 페이지가 변경되면 링크 전용 답변이 유효하지 않게 될 수 있습니다. - [리뷰에서] (리뷰/저품절 포스트/17884246) – Peter
네가 맞아, 필자는 내 대답에 적응하여 단순한 링크 이상의 의미를 갖게되었다. – bastelflp