Unable to update conda packages behind corporate firewall. Updated .condarc file, proxy settings still it is asking for Proxy user name and password

萝らか妹 提交于 2019-12-03 04:56:24

Got the workaround answer to my Own question. So the necessary file is ".condarc" (content of my file is similar to the one I have pasted in the question). Second, I have asked my IT security team to add the list of web URLs (which conda contacts to for downloading the package) in the exception list. That is it. It is working as of now. Command prompt is not asking for Proxy userId/password. The Urls that i have asked them to add in the exceptions list are :

https://conda.binstar.org/numba/win-64/
https://conda.anaconda.org/
https://binstar.org/
https://anaconda.org/
https://repo.continuum.io/
https://pypi.python.org/
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!