[Tutor] Import Erro:No module numpy
Steven D'Aprano
steve at pearwood.info
Sat Jan 30 17:19:59 EST 2016
On Sat, Jan 30, 2016 at 08:00:17PM +0200, Thabo Msiza wrote:
> Whenever I try to run a matlab plot program (program copied from the
> internet) I come up with a Error - "ImportError:No Module named numpy" but
> I have installed numpy several times using "pip install...." and "conda
> update"....please help
Possibly you have Python installed twice, one with numpy, and the
other without, and you're trying to run the version without numpy.
Or perhaps you have a typo. Please COPY AND PASTE the full traceback
of the error, starting with the line "Traceback" to the end. Do not
retype it from memory.
Or perhaps there is some other error? It's hard to tell without more
information.
What happens when you run:
pip install numpy
Please COPY AND PASTE the entire output of the command.
What version(s) of Python are you running? What operating system?
--
Steve
More information about the Tutor
mailing list