3đź‘Ť
âś…
The urllib
module used by pip
will automatically load proxy configuration from your OS.
In this case, this fails because you appear to have some malformed proxy configuration, in the proxy-bypass field. Verify that your proxy configuration is correct. On Mac, do so under System Preferences > Network.
👤Martijn Pieters
0đź‘Ť
Bypass proxy settings hosts section. i removed them and its working fine now. —-This worked for me as well
0đź‘Ť
If @Martijn Pieters’ answer doesn’t fix it for you, be sure to check the “Bypass proxy settings hosts” section.
Try removing the addresses in that field, click apply changes and try again.
👤Ivo Pereira
- [Django]-Django: Should I use LocMemCache caching?
- [Django]-How can I resolve this linting error? "Consider adding meta keywords. <html lang="en-US"> (H031)"
- [Django]-Can't access the Django server at http://127.0.0.1:8000/
- [Django]-Adding many to many fields (M2M) manually in django?
- [Django]-Can I still use `manage.py test` after switching to django-pytest?
Source:stackexchange.com