简体   繁体   中英

Error while importing numpy module in python

I am new to python and I am just trying to play around with numpy module.

I am getting an error :

******Traceback (most recent call last):
  File "C:/Python34/test.py", line 1, in <module>
    import numpy as np
ImportError: No module named 'numpy'******

While trying to run a code using numpy . I did download numpy from sourceforge.net but I am still getting same error.

http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

Download numpy wheels from this link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM