2015-10-05 317 views
1

我在Windows 10操作系统上安装了Python 3。一切似乎都很好。我运行了一些tkinter程序,它们都工作正常。Python3安装中缺少Numpy模块

我现在想使用numpy模块来完成一项任务,而我的娱乐我发现我已经安装了Python中没有Numpy模块。

我了解到numpy模块是一个基本的应用程序,它应该与python安装一起提供。我对此是否正确?如果没有,我现在怎么安装numpy?

我试着用PIP(pip install -U numpy)安装在回答一个问题在计算器中的一个(3回答这个问题 - Installing SciPy with pip)的建议,但是当我做我得到一个错误:

atlas_3_10_blas_threads_info: 

Setting PTATLAS=ATLAS 

    libraries tatlas not found in ['C:\\Python34\\lib', 'C:\\', 'C:\\Python34\\libs'] 

    NOT AVAILABLE 



atlas_3_10_blas_info: 

    libraries satlas not found in ['C:\\Python34\\lib', 'C:\\', 'C:\\Python34\\libs'] 

    NOT AVAILABLE 



atlas_blas_threads_info: 

Setting PTATLAS=ATLAS 

    libraries ptf77blas,ptcblas,atlas not found in ['C:\\Python34\\lib', 'C:\\', 'C:\\Python34\\libs'] 

    NOT AVAILABLE 



atlas_blas_info: 

    libraries f77blas,cblas,atlas not found in ['C:\\Python34\\lib', 'C:\\', 'C:\\Python34\\libs'] 

    NOT AVAILABLE 



blas_info: 

    libraries blas not found in ['C:\\Python34\\lib', 'C:\\', 'C:\\Python34\\libs'] 

    NOT AVAILABLE 



blas_src_info: 

    NOT AVAILABLE 



    NOT AVAILABLE 



non-existing path in 'numpy\\lib': 'benchmarks' 

lapack_opt_info: 

openblas_lapack_info: 

    libraries openblas not found in ['C:\\Python34\\lib', 'C:\\', 'C:\\Python34\\libs'] 

    NOT AVAILABLE 



lapack_mkl_info: 

mkl_info: 

    libraries mkl,vml,guide not found in ['C:\\Python34\\lib', 'C:\\', 'C:\\Python34\\libs'] 

    NOT AVAILABLE 



    NOT AVAILABLE 



atlas_3_10_threads_info: 

Setting PTATLAS=ATLAS 

    libraries tatlas,tatlas not found in C:\Python34\lib 

    libraries lapack_atlas not found in C:\Python34\lib 

    libraries tatlas,tatlas not found in C:\ 

    libraries lapack_atlas not found in C:\ 

    libraries tatlas,tatlas not found in C:\Python34\libs 

    libraries lapack_atlas not found in C:\Python34\libs 

<class 'numpy.distutils.system_info.atlas_3_10_threads_info'> 

    NOT AVAILABLE 



atlas_3_10_info: 

    libraries satlas,satlas not found in C:\Python34\lib 

    libraries lapack_atlas not found in C:\Python34\lib 

    libraries satlas,satlas not found in C:\ 

    libraries lapack_atlas not found in C:\ 

    libraries satlas,satlas not found in C:\Python34\libs 

    libraries lapack_atlas not found in C:\Python34\libs 

<class 'numpy.distutils.system_info.atlas_3_10_info'> 

    NOT AVAILABLE 



atlas_threads_info: 

Setting PTATLAS=ATLAS 

    libraries ptf77blas,ptcblas,atlas not found in C:\Python34\lib 

    libraries lapack_atlas not found in C:\Python34\lib 

    libraries ptf77blas,ptcblas,atlas not found in C:\ 

    libraries lapack_atlas not found in C:\ 

    libraries ptf77blas,ptcblas,atlas not found in C:\Python34\libs 

    libraries lapack_atlas not found in C:\Python34\libs 

<class 'numpy.distutils.system_info.atlas_threads_info'> 

    NOT AVAILABLE 



atlas_info: 

    libraries f77blas,cblas,atlas not found in C:\Python34\lib 

    libraries lapack_atlas not found in C:\Python34\lib 

    libraries f77blas,cblas,atlas not found in C:\ 

    libraries lapack_atlas not found in C:\ 

    libraries f77blas,cblas,atlas not found in C:\Python34\libs 

    libraries lapack_atlas not found in C:\Python34\libs 

<class 'numpy.distutils.system_info.atlas_info'> 

    NOT AVAILABLE 



lapack_info: 

    libraries lapack not found in ['C:\\Python34\\lib', 'C:\\', 'C:\\Python34\\libs'] 

    NOT AVAILABLE 



lapack_src_info: 

    NOT AVAILABLE 



    NOT AVAILABLE 



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 

creating build 

creating build\src.win32-3.4 

creating build\src.win32-3.4\numpy 

creating build\src.win32-3.4\numpy\distutils 

building library "npymath" sources 

No module named 'numpy.distutils.msvccompiler' in numpy.distutils; trying from distutils 

Running from numpy source directory. 

C:\Users\Vasanth\AppData\Local\Temp\pip-build-6ru5zneo\numpy\numpy\distutils\system_info.py:1603: 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__) 

C:\Users\Vasanth\AppData\Local\Temp\pip-build-6ru5zneo\numpy\numpy\distutils\system_info.py:1612: 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__) 

C:\Users\Vasanth\AppData\Local\Temp\pip-build-6ru5zneo\numpy\numpy\distutils\system_info.py:1615: 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__) 

C:\Users\Vasanth\AppData\Local\Temp\pip-build-6ru5zneo\numpy\numpy\distutils\system_info.py:1505: 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__) 

C:\Users\Vasanth\AppData\Local\Temp\pip-build-6ru5zneo\numpy\numpy\distutils\system_info.py:1516: 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__) 

C:\Users\Vasanth\AppData\Local\Temp\pip-build-6ru5zneo\numpy\numpy\distutils\system_info.py:1519: 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__) 

C:\Python34\lib\distutils\dist.py:260: UserWarning: Unknown distribution option: 'define_macros' 

    warnings.warn(msg) 

error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat). 

---------------------------------------- 
Command "C:\Python34\python.exe -c "import setuptools, tokenize;__file__='C:\\Users\\Vasanth\\AppData\\Local\\Temp\\pip-build-6ru5zneo\\numpy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\Vasanth\AppData\Local\Temp\pip-ao3fi3xp-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Vasanth\AppData\Local\Temp\pip-build-6ru5zneo\numpy 

回答

3

好正如你所看到的,你需要的Microsoft Visual C++:

error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat). 

这是因为pip试图编译NumPy的。编译软件包可能并不那么容易,特别是如果您使用的是Windows ...

但是有一种替代pip,您可能会发现非常方便:Conda

看一看的文档,看看你可以轻松地:

  • 创建虚拟环境中使用你喜欢的Python解释器。
  • 安装已经编译好的Python软件包(当然包括NumPy)。
  • 安装非科学Python包,这可能不需要编译(用纯Python编写)。
+2

PS:不,Numpy目前不被认为是“一个应该附带python安装的基本模块”。它是一个特定于应用程序的模块,不属于Python编程语言。安装需要在Windows上编译的模块时, – Peque

+1

存在很多问题。真的建议您尝试Conda,因为上面的答案可以节省您几个小时的问题,并让您使用适当的软件包工作,从而使您可以使用不同的虚拟环境。 – Joop

+0

@Peque - 让我试试conda。将回到这里,一旦我已经安装它,并已与它合作 –