You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried install some project requirements on windows on a machine that I require using a proxy. Using pip install --proxy myproxy I am able to install prcompiled wheels, but the installation of redfish failed during the Installing build dependencies step.
I have a config file in %APPDATA%/pip/pip.ini with the following content:
[global]proxy = otherproxy
Expected behavior
The --proxy flag should override the global configuration.
pip version
23.2.1
Python version
3.11
OS
Windows 10 Enterprise
How to Reproduce
Configure %APPDATA%/pip/pip.ini with otherproxy
run pip install --proxy myproxy redfish
Notice otherproxy being used for installing build dependencies
To add to this, when a --proxy argument is provided to pip install, but a proxy is not specified in the global settings, no proxy is used for installing build dependencies.
Description
I tried install some project requirements on windows on a machine that I require using a proxy. Using
pip install --proxy myproxy
I am able to install prcompiled wheels, but the installation ofredfish
failed during theInstalling build dependencies
step.I have a config file in
%APPDATA%/pip/pip.ini
with the following content:Expected behavior
The
--proxy
flag should override the global configuration.pip version
23.2.1
Python version
3.11
OS
Windows 10 Enterprise
How to Reproduce
%APPDATA%/pip/pip.ini
with otherproxypip install --proxy myproxy redfish
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: