Is there a way to get pip install to use libcurl instead of urllib3? I tried reading the help page of pip install and don’t find anything option to change to libcurl. The reason for asking is because urllib3 cannot handle NTLM authentication but libcurl does.
My PC is behind a company firewall that uses NTLM. Solutions online points to CNTLM and Fiddler which are also blocked by company policy. This has been raised in several many github projects without any resolution and so I had to resort to finding a solution myself.
Some github issues:
Some SO posts:
pip install somepackage --proxy https://:@proxyserver:proxyport does not work too.
Same issue with conda.
