linux - Cannot import python-numpy using Ubuntu -


currently trying import numpy using python command getting error is:

traceback (most recent call last): file "<stdin>", line 1, in <module> importerror: no module named numpy

i have installed latest version of numpy , python version 2.7.10.

try pip freeze find whether module numpy installed, if not try pip install numpy, check weather in environmental variable /scripts added because that's packages reside.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -