Dépendances manquantes Installer NumPy 1,9 pour Python 3.4.1 32 bits sur Windows 7

Je ne peux pas sembler obtenir NumPy 1.9.0 avec Python 3.4.1 32 bits sur un Windows 7 AMD 64 bits de la machine.

J'ai télécharger l'archive, décompressez-le, puis lancez:

python setup.py install

Voici les messages que je reçois dans le shell de commande.

Je pense que mon problème est que je n'ai pas un ordinateur Intel avec MLK binaires disponibles, parce que j'ai un processeur AMD. J'ai essayé un certain nombre de résultats de recherche Google; pas de joie.

Des conseils sur la façon de faire de ce succès?

F:\Tools\numpy-1.9.0>python setup.py install
Running from numpy source directory.
F:\Tools\python-3.4.1\lib\distutils\dist.py:260: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
non-existing path in 'numpy\\distutils': 'site.cfg'
non-existing path in 'numpy\\f2py': 'docs'
non-existing path in 'numpy\\f2py': 'f2py.1'
F2PY Version 2
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['F:\\Tools\\python-3.4.1\\lib', 'C:\\', 'F:\\Tools\\python-3.4.1\\libs']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['F:\\Tools\\python-3.4.1\\lib', 'C:\\', 'F:\\Tools\\python-3.4.1\\libs']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['F:\\Tools\\python-3.4.1\\lib', 'C:\\', 'F:\\Tools\\python-3.4.1\\libs
']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['F:\\Tools\\python-3.4.1\\lib', 'C:\\', 'F:\\Tools\\python-3.4.1\\libs']
NOT AVAILABLE
F:\Tools\numpy-1.9.0\numpy\distutils\system_info.py:1526: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
warnings.warn(AtlasNotFoundError.__doc__)
blas_info:
libraries blas not found in ['F:\\Tools\\python-3.4.1\\lib', 'C:\\', 'F:\\Tools\\python-3.4.1\\libs']
NOT AVAILABLE
F:\Tools\numpy-1.9.0\numpy\distutils\system_info.py:1535: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
warnings.warn(BlasNotFoundError.__doc__)
blas_src_info:
NOT AVAILABLE
F:\Tools\numpy-1.9.0\numpy\distutils\system_info.py:1538: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
warnings.warn(BlasSrcNotFoundError.__doc__)
NOT AVAILABLE
non-existing path in 'numpy\\lib': 'benchmarks'
lapack_opt_info:
openblas_lapack_info:
libraries openblas not found in ['F:\\Tools\\python-3.4.1\\lib', 'C:\\', 'F:\\Tools\\python-3.4.1\\libs']
NOT AVAILABLE
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in ['F:\\Tools\\python-3.4.1\\lib', 'C:\\', 'F:\\Tools\\python-3.4.1\\libs']
NOT AVAILABLE
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in F:\Tools\python-3.4.1\lib
libraries lapack_atlas not found in F:\Tools\python-3.4.1\lib
libraries ptf77blas,ptcblas,atlas not found in C:\
libraries lapack_atlas not found in C:\
libraries ptf77blas,ptcblas,atlas not found in F:\Tools\python-3.4.1\libs
libraries lapack_atlas not found in F:\Tools\python-3.4.1\libs
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
libraries f77blas,cblas,atlas not found in F:\Tools\python-3.4.1\lib
libraries lapack_atlas not found in F:\Tools\python-3.4.1\lib
libraries f77blas,cblas,atlas not found in C:\
libraries lapack_atlas not found in C:\
libraries f77blas,cblas,atlas not found in F:\Tools\python-3.4.1\libs
libraries lapack_atlas not found in F:\Tools\python-3.4.1\libs
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
F:\Tools\numpy-1.9.0\numpy\distutils\system_info.py:1432: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
warnings.warn(AtlasNotFoundError.__doc__)
lapack_info:
libraries lapack not found in ['F:\\Tools\\python-3.4.1\\lib', 'C:\\', 'F:\\Tools\\python-3.4.1\\libs']
NOT AVAILABLE
F:\Tools\numpy-1.9.0\numpy\distutils\system_info.py:1443: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
warnings.warn(LapackNotFoundError.__doc__)
lapack_src_info:
NOT AVAILABLE
F:\Tools\numpy-1.9.0\numpy\distutils\system_info.py:1446: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
warnings.warn(LapackSrcNotFoundError.__doc__)
NOT AVAILABLE
F:\Tools\python-3.4.1\lib\distutils\dist.py:260: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
building library "npymath" sources
No module named 'numpy.distutils.msvccompiler' in numpy.distutils; trying from distutils
error: Unable to find vcvarsall.bat
F:\Tools\numpy-1.9.0>
Êtes-vous au courant de ce site? C'est tellement plus facile que d'essayer de compiler les modules à la main sur Windows...
Tout d'abord, qui vous a dit que MKL ne fonctionne pas sur les processeurs AMD? Intel a un grand ensemble de chose à propos de la façon dont ils ont optimisé spécifiquement pour mieux travailler avec les "limites" de leurs concurrents de jetons que MathCore.
Deuxièmement, vous n'avez pas besoin de MKL; il rend juste les choses plus vite. C'est pourquoi aucun des erreurs à propos de la MKL. Les erreurs sont sur msvccompiler et vcvarsall.bat. Avez-vous un compilateur C? Quelles instructions sont-vous que de ne pas mentionner que vous auriez besoin?
Si vous n'avez pas de compilateur C, suivez les instructions pour obtenir et installer un. Si vous en avez un, mais vous êtes toujours obtenir la même erreur, de recherche de ce site pour [python] vcvarsall.bat; il y a environ 3 différents problèmes que vous pourriez avoir, de toutes qui ai déjà de bonnes réponses.
Je suis dans le doute. J'ai téléchargé le paquet, décompressé et installé. Pouvez-vous m'indiquer des instructions plus détaillées?

OriginalL'auteur duffymo | 2014-10-10