I am using python version 3.6.1 on a Windows machine.
I also installed Anaconda Python 3.7 version 64-bit Graphical installer.
I tried to install numpy, matplotlib, pandas, IPython and seaborn, but getting an error "Could not find a version that satisfies the requirement numpy (from versions: ) No matching distribution found for numpy"
The command for numpy:
Python –m pip install numpy
It return these messages::
Collecting numpy
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by
'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object
at 0x000001400A0CE4A8>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)'
: /simple/numpy/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by
:
:
Could not find a version that satisfies the requirement numpy (from versions: )
No matching distribution found for numpy
How can I fix this installation issue ? Thank you.
Edit:
This works:
Python –m pip install numpy --proxy http://MyCompanyProxy:Port/