Error installing numpy

I try to install numpy. My steps are as follows: Open cmd in the extracted numpy folder (where I extracted the .tar.gz file) Then install python setup.py But I get the error as follows: enter image description here with a lot of warnings like this, and at the end the error failed find vcvarsall.bat (I'm sorry to put a photo, but could not find a better way to copy text from a CMD window) if possible, suggest a compiled numpy setting

+4
source share
4 answers

: -, - . , numpy, , conda miniconda, , numpy . conda install numpy. : , conda , , virtualenv.

: anaconda


stackoverflow, . , , , . , , + easy_install. .

virtualenv, , :

  • numpy .

  • 7zip . . , SSE3.

  • - , .

  • / virtualenv : easy_install "..." ...

  • ( ) C:\python27\Scripts\ ( python), , easy_install .

. ( , , , , , ), , c windows python.

+4

, , - : https://sourceforge.net/projects/numpy/files/NumPy/1.8.0/

Python.
Python 2.7, .

: - NumPy , .

+5

, numpy . .

+1
+1

All Articles