Import Error: No module named numpy
Asked 07 September, 2021
Viewed 1.7K times
  • 47
Votes

I have a very similar question to this question, but still one step behind. I have only one version of Python 3 installed on my Windows 7 (sorry) 64-bit system.

I installed numpy following this link - as suggested in the question. The installation went fine but when I execute

import numpy

I got the following error:


  

Import error: No module named numpy

I know this is probably a super basic question, but I'm still learning.

Thanks

29 Answer