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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -