Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/305.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Can';t在windows 7下使用python 2.7安装numpy 1.8_Python_Numpy - Fatal编程技术网

Can';t在windows 7下使用python 2.7安装numpy 1.8

Can';t在windows 7下使用python 2.7安装numpy 1.8,python,numpy,Python,Numpy,我已经加载了NUMPY1.8ZIP版本,还有python 2.7和windows 7。当我这样做的时候 python setup.py install 我得到: Q:\Users\user\Desktop\numpy-1.8.0>python setup.py install Running from numpy source directory. non-existing path in 'numpy\\distutils': 'site.cfg' F2PY Version 2 bla

我已经加载了NUMPY1.8ZIP版本,还有python 2.7和windows 7。当我这样做的时候

python setup.py install
我得到:

Q:\Users\user\Desktop\numpy-1.8.0>python setup.py install
Running from numpy source directory.
non-existing path in 'numpy\\distutils': 'site.cfg'
F2PY Version 2
blas_opt_info:
blas_mkl_info:
  libraries mkl,vml,guide not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python
27\\libs']
  NOT AVAILABLE

openblas_info:
  libraries openblas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\l
ibs']
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
  libraries ptf77blas,ptcblas,atlas not found in ['C:\\Python27\\lib', 'C:\\', '
C:\\Python27\\libs']
  NOT AVAILABLE

atlas_blas_info:
  libraries f77blas,cblas,atlas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\
Python27\\libs']
  NOT AVAILABLE

Q:\Users\user\Desktop\numpy-1.8.0\numpy\distutils\system_info.py:1522: UserWar
ning:
    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 ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs'
]
  NOT AVAILABLE

Q:\Users\user\Desktop\numpy-1.8.0\numpy\distutils\system_info.py:1531: UserWar
ning:
    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

Q:\Users\user\Desktop\numpy-1.8.0\numpy\distutils\system_info.py:1534: UserWar
ning:
    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:
lapack_mkl_info:
mkl_info:
  libraries mkl,vml,guide not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python
27\\libs']
  NOT AVAILABLE

  NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
  libraries ptf77blas,ptcblas,atlas not found in C:\Python27\lib
  libraries lapack_atlas not found in C:\Python27\lib
  libraries ptf77blas,ptcblas,atlas not found in C:\
  libraries lapack_atlas not found in C:\
  libraries ptf77blas,ptcblas,atlas not found in C:\Python27\libs
  libraries lapack_atlas not found in C:\Python27\libs
numpy.distutils.system_info.atlas_threads_info
  NOT AVAILABLE

atlas_info:
  libraries f77blas,cblas,atlas not found in C:\Python27\lib
  libraries lapack_atlas not found in C:\Python27\lib
  libraries f77blas,cblas,atlas not found in C:\
  libraries lapack_atlas not found in C:\
  libraries f77blas,cblas,atlas not found in C:\Python27\libs
  libraries lapack_atlas not found in C:\Python27\libs
numpy.distutils.system_info.atlas_info
  NOT AVAILABLE

Q:\Users\user\Desktop\numpy-1.8.0\numpy\distutils\system_info.py:1428: UserWar
ning:
    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 ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\lib
s']
  NOT AVAILABLE

Q:\Users\user\Desktop\numpy-1.8.0\numpy\distutils\system_info.py:1439: UserWar
ning:
    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

Q:\Users\user\Desktop\numpy-1.8.0\numpy\distutils\system_info.py:1442: UserWar
ning:
    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

C:\Python27\lib\distutils\dist.py:267: 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 opti
ons
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler opt
ions
running build_src
build_src
building py_modules sources
building library "npymath" sources
No module named msvccompiler in numpy.distutils; trying from distutils
error: Unable to find vcvarsall.bat

请提供帮助。

在Windows上从源代码编译有些繁琐。我建议您使用预编译安装程序,例如来自的安装程序。或者,您可以安装PIP,一个python包安装程序(例如,可以从同一站点获得)。使用PIP,软件包安装非常简单:

pip install numpy
也有同样的问题,

< P>安装MyVisual C++编译器解决Python 2.7:< /P>

最后一行暗示它正在寻找Visual Studio 2008。最好使用Windows上的安装程序
numpy-1.7.1-win32-superpack-python2.7.exe
是的!有关更多信息,请参阅。您提供的链接()是无价的。非常感谢。最佳regardsUnless如果您有轮子格式的二进制软件包(这仍然很少见),pip安装将尝试编译与
setup.py安装相同的C扩展名
,因此在这种情况下使用pip没有帮助。我在windows 8上的pip安装numpy失败。1@Danielatlas、blas和lapack未找到如果我需要Python3.5的numpy怎么办?是否有Python 3?x的MS Visual C++编译器?