I am using the anaconda3 distribution of Python that comes with most packages. I tried to install the teradata
module using:
pip install --proxy http://user:password@proxyserver:port teradata
but im getting a 407 proxy connection error
.
How can I overcome this?