I am trying to install numpy in my computer. I've installed numpy with pip, however, when I am tried to write import numpy in terminal I am receiving: no module name numpy. I have 64bit Windows 7 and AMD processor. Is there any conflict with AMD? Why am I getting this error?
-
what does help modules print?Bartlomiej Lewandowski– Bartlomiej Lewandowski2014-04-29 20:28:44 +00:00Commented Apr 29, 2014 at 20:28
-
No python documentation for python.snake plissken– snake plissken2014-04-29 20:31:47 +00:00Commented Apr 29, 2014 at 20:31
-
Do you have more than one Python installation?Ffisegydd– Ffisegydd2014-04-29 20:35:24 +00:00Commented Apr 29, 2014 at 20:35
-
How can I check this? I am not sure if I erased old version properly.snake plissken– snake plissken2014-04-29 20:41:30 +00:00Commented Apr 29, 2014 at 20:41
-
Basically I ve installed canopy. Is there a chance of having isuues due to canopy?snake plissken– snake plissken2014-04-29 20:53:59 +00:00Commented Apr 29, 2014 at 20:53
Add a comment
|
1 Answer
I had trouble with a similar issue when I was mismatching 64-bit and 32-bit python and modules.
I ended up getting Portable Python, which comes pre-installed with all the fun bits and is made for Windows: http://portablepython.com/
Not sure if it would work in your situation though.