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
Post a Comment