When trying to install any packages on my computer using "pip install" i get returned the error
ERROR: Could not install packages due to an EnvironmentError: Please check proxy URL. It is malformed and could be missing the host.
i came across this when trying to run "pip install captcha-harvester" or any other similar command there have been other posts on stack overflow where they suggested to use the command shown below
set http_proxy=http://[username:password@]proxyserver:port
when using the commands the error continues so any help with my problem would be greatly appreciated.