Python pip raising NewConnectionError while installing libraries
For Windows 10 User, Go to Settings -> Network and Internet -> Proxy
Disable Automatically detect settings
All I had to do was add nameserver 8.8.8.8
to the /etc/resolv.conf file. 8.8.8.8
is Google's public free DNS server's IP. So, since a system must know the IP address of a domain name, we have to give it a way to do just that. A public DNS server provides this binding of a domain name to the IP address.