Trying to install packages for python in Windows 10 machine and python 3.7.2. I'm using the following command:
pip install numpy
And it hangs forever. I tried to get more information using the following:
pip -vvv install numpy
and here's the result:
Collecting numpy
1 location(s) to search for versions of numpy:
* https://pypi.org/simple/numpy/
Getting page https://pypi.org/simple/numpy/
Looking up "https://pypi.org/simple/numpy/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/numpy/ HTTP/1.1" 304 0
I tried to research it but can't find anything. I can't believe only this package would go through HTTPS and that's why it's failing?