(venv) D:\python\f5ttsnew>set HTTP_PROXY=http://your_proxy:port
(venv) D:\python\f5ttsnew>set HTTPS_PROXY=http://your_proxy:port
(venv) D:\python\f5ttsnew>pip install -e .
Obtaining file:///D:/python/f5ttsnew
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [2 lines of output]
ERROR: Could not install packages due to an OSError: Failed to parse: http://your_proxy:port
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
(venv) D:\python\f5ttsnew>python -m pip install --upgrade pip
Requirement already satisfied: pip in d:\python\f5ttsnew\venv\lib\site-packages (22.0.4)
ERROR: Could not install packages due to an OSError: Failed to parse: http://your_proxy:port