0

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?

5
  • what does help modules print? Commented Apr 29, 2014 at 20:28
  • No python documentation for python. Commented Apr 29, 2014 at 20:31
  • Do you have more than one Python installation? Commented Apr 29, 2014 at 20:35
  • How can I check this? I am not sure if I erased old version properly. Commented Apr 29, 2014 at 20:41
  • Basically I ve installed canopy. Is there a chance of having isuues due to canopy? Commented Apr 29, 2014 at 20:53

1 Answer 1

2

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.