I am new to python. I installed Python 2.7.10 and it already has a pip. I tried running this command to load the numpy library.
D:\workspace\python>pip install numpy Collecting numpy Could not find a version that satisfies the requirement numpy (from versions: ) No matching distribution found for numpy
But I got this error. How can i solve this? And I want the difference between easy_install and pip.
Thanks in advance.
verystrongjoe
source share