0
Install the numpy
through the Miniconda, using the command
conda install numpy
After that, include the directory of numpy
in the folder of Miniconda using the command
sys.path.append(DIRETÓRIO)
From there it will be possible to do the import numpy
, no error messages :)
Marcos Miotti
See the answer in this link. http://stackoverflow.com/questions/34164960/cant-find-numpy-in-windows-8 .
– Marcos Paulo Miotti