ryguy7272 wrote:
> I'm trying to use numpy. I get this error:
import numpy as np
>
> Traceback (most recent call last):
> File "", line 1, in
> import numpy as np
> ImportError: No module named numpy
>
>
>
> I followed the instructions here.
> https://pip.pypa.io/en/latest/install
On 7/7/2015 9:23 AM, Dennis Lee Bieber wrote:
On Mon, 6 Jul 2015 20:17:34 -0700 (PDT), ryguy7272
declaimed the following:
I'm trying to use numpy. I get this error:
import numpy as np
Traceback (most recent call last):
File "", line 1, in
I have no experience with whatever pro
On 07/07/2015 04:17, ryguy7272 wrote:
I'm trying to use numpy. I get this error:
import numpy as np
Traceback (most recent call last):
File "", line 1, in
import numpy as np
ImportError: No module named numpy
I followed the instructions here.
https://pip.pypa.io/en/latest/installi
On Tue, Jul 7, 2015 at 1:17 PM, ryguy7272 wrote:
> I would say 100% of my errors come from importing python modules. If this
> every worked, I could do some real work. Instead, I spend 100% of my time
> trying to make thing that don't work, work.
>
I could equally say that 100% of your errors
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:\?
I'm trying to use numpy. I get this error:
>>> import numpy as np
Traceback (most recent call last):
File "", line 1, in
import numpy as np
ImportError: No module named numpy
I followed the instructions here.
https://pip.pypa.io/en/latest/installing.html
In the c-prompt, I get this er