How to use conda/pip install to install packages behind a corporate proxy?
问题 In R I can use install.packages("pkgName") to install a new package no problems. But when I tried python and do pip install package it fails with error Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 11004] getaddrinfo failed',)': /simple/pyarrow/ I think it's because pip doesn't know how to automatically detect the proxy (that's gets set in Internet Explorer) like R