Адрес прокси внутри организации выглядит следующим образом: http://proxy-europe.network.CorporateName.com/. Как гуглил и исследовал на stackovetrflow, способ обойти прокси при работе pip
должен использовать
pip install --proxy=https://proxy-europe.network.CorporateName.com pandas
но это не работает для меня:
C:\Users\3626416>pip install --proxy=http://proxy-europe.network.CorporateName.com pandas
Collecting pandas
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 301 Moved Permanently'))': /simple/pandas/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 301 Moved Permanently'))': /simple/pandas/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 301 Moved Permanently'))': /simple/pandas/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 301 Moved Permanently'))': /simple/pandas/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 301 Moved Permanently'))': /simple/pandas/
ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)
ERROR: No matching distribution found for pandas
Любой совет относительно того, что я делаю неправильно? Большое спасибо.