Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #93546

Re: Trying to import numpy

Date 2015-07-06 22:38 -0600
From Michael Torrie <torriem@gmail.com>
Subject Re: Trying to import numpy
References <c55edf1c-56b7-44be-bc4d-5f74ffb3176b@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.335.1436243906.3674.python-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Trying to import numpy ryguy7272 <ryanshuell@gmail.com> - 2015-07-06 20:17 -0700
  Re: Trying to import numpy Michael Torrie <torriem@gmail.com> - 2015-07-06 22:38 -0600
  Re: Trying to import numpy Chris Angelico <rosuav@gmail.com> - 2015-07-07 15:04 +1000
  Re: Trying to import numpy Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-07 08:00 +0100
  Re: Trying to import numpy Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-07-07 09:23 -0400
  Re: Trying to import numpy Terry Reedy <tjreedy@udel.edu> - 2015-07-07 12:32 -0400
  Re: Trying to import numpy Laurent Pointal <laurent.pointal@free.fr> - 2015-07-07 19:53 +0200

csiph-web