Trying to import numpy

Michael Torrie torriem at gmail.com
Tue Jul 7 00:38:15 EDT 2015


On 07/06/2015 09:17 PM, ryguy7272 wrote:
> I followed the instructions here.
> https://pip.pypa.io/en/latest/installing.html
> 
> 
> In the c-prompt, I get this error.
> C:\>python get-pip.py
> python: can't open file 'get-pip.py': [Errno 2] No such file or directory

Is get-pip.py located in c:\?  You have to specify the path to the
location where you saved get-pip.py:

C:\>python \path\to\get-pip.py

Where \path\to is the path of where ever you placed the downloaded file.
 You did download get-pip.py, right?  It's not clear from your post.

I can safely say that importing modules works very well for most people.
 I assume you mean that you have errors trying to download and install
third-party modules.  Hopefully we can get you over this hurdle.



More information about the Python-list mailing list