安装numpy-系统找不到指定的文件(msvcr90.dll)

科视Christie Haskell Marsh

我一直在尝试使numpy在最近的几个小时内进行安装,但最终我还是放弃了并寻求帮助。

首先,我尝试过:

我首先遇到“无法找到vcvarsall.bat”错误,因此我遵循了该问题的建议(错误:无法找到vcvarsall.bat)并安装了Microsoft Visual V ++ 2008 Express。这绝对没做。

因此,然后我尝试通过安装mingw32并使用以下命令制作一个disutils.cfg文件,从而完全使用其他编译器:

[build]
compiler = mingw32

并将其放在Python27 \ Lib \ distutils中

这摆脱了“无法找到vcvarsall.bat”错误,但是现在我遇到了有关msvcr90.dll的新错误。

我不知道如何解决它,我很累,只想要numpy大声笑。这是我运行python setup.py install时的全部输出:

\numpy-1.8.1>python setup.py install
Running from numpy source directory.
C:\Python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option:
 'test_suite'
  warnings.warn(msg)
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  not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  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

C:\Users\Christie\Downloads\numpy-1.8.1\numpy-1.8.1\numpy\distutils\system_info.
py:1521: 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 ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs'
]
  NOT AVAILABLE

C:\Users\Christie\Downloads\numpy-1.8.1\numpy-1.8.1\numpy\distutils\system_info.
py:1530: 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

C:\Users\Christie\Downloads\numpy-1.8.1\numpy-1.8.1\numpy\distutils\system_info.
py:1533: 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:
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

C:\Users\Christie\Downloads\numpy-1.8.1\numpy-1.8.1\numpy\distutils\system_info.
py:1427: 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 ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\lib
s']
  NOT AVAILABLE

C:\Users\Christie\Downloads\numpy-1.8.1\numpy-1.8.1\numpy\distutils\system_info.
py:1438: 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

C:\Users\Christie\Downloads\numpy-1.8.1\numpy-1.8.1\numpy\distutils\system_info.
py:1441: 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

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
'gcc' is not recognized as an internal or external command,
operable program or batch file.
Looking for python27.dll
Building msvcr library: "C:\Python27\libs\libmsvcr90.a" (from C:\Windows\winsxs\
amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_99b61f5e8371c1d4\msvc
r90.dll)
error: [Error 2] The system cannot find the file specified
阿什温

您可以直接使用二进制可执行文件进行安装,而不必从源代码进行安装。为您提供32位http://docs.scipy.org/doc/numpy/user/install.html#windows或您从http://www.lfd.uci.edu/~gohlke指出的64位版本/ pythonlibs /

[编辑:根据评论进行了更改,并添加了指向64位版本的链接]

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

ImportError:DLL加载失败:找不到numpy的指定模块

来自分类Dev

Visual Studio安装程序-系统找不到指定的文件

来自分类Dev

Xamarin安装:错误,系统找不到指定的文件

来自分类Dev

无法加载MyAssembly.XmlSerializers.dll。该系统找不到指定的文件

来自分类Dev

尝试安装 TensorFlow-GPU...因导入错误而失败:DLL 加载失败:找不到指定的模块

来自分类Dev

我收到“ DLL加载失败:找不到指定的模块”。将Cython与Numpy程序配合使用时

来自分类Dev

即使安装了MSVCP100.dll,也找不到错误

来自分类Dev

Phalcon PHP Xampp安装-Apache找不到DLL

来自分类Dev

使用系统上未安装的DLL

来自分类Dev

安装新的Windows服务,无法启动:“系统错误2 ...系统找不到指定的文件”

来自分类Dev

如何修复丢失的MSVCR90.dll文件错误?

来自分类Dev

在“进行安装”过程中复制文件会导致“系统找不到指定的文件”

来自分类Dev

找不到msvcr100.dll错误,但System32和SysWOW64中都存在文件msvcr100_clr0400.dll

来自分类Dev

WAMP显示错误“ MSVCR100.dll”在安装时丢失

来自分类Dev

由Inno Setup安装程序启动的我的批处理显示“系统找不到指定的文件”

来自分类Dev

DLL“ vsperf140.dll”:找不到指定的模块

来自分类Dev

找不到本机DLL

来自分类Dev

找不到Dll例外

来自分类Dev

toplink迁移安装程序系统找不到指定的路径

来自分类Dev

toplink迁移安装程序系统找不到指定的路径

来自分类Dev

Boost Python找不到dll文件

来自分类Dev

在我的Python安装路径中找不到python33.dll吗?

来自分类Dev

在我的Python安装路径中找不到python33.dll吗?

来自分类Dev

使用gacutil安装.dll

来自分类Dev

使用gacutil安装.dll

来自分类Dev

MSI安装程序包,用于多个版本的dll文件

来自分类Dev

OpenCV预置二进制文件未安装DLL

来自分类Dev

Wix在安装文件夹中添加外部dll

来自分类Dev

如何在不将 .dll 放在系统文件夹中的情况下安装 freeglut?

Related 相关文章

  1. 1

    ImportError:DLL加载失败:找不到numpy的指定模块

  2. 2

    Visual Studio安装程序-系统找不到指定的文件

  3. 3

    Xamarin安装:错误,系统找不到指定的文件

  4. 4

    无法加载MyAssembly.XmlSerializers.dll。该系统找不到指定的文件

  5. 5

    尝试安装 TensorFlow-GPU...因导入错误而失败:DLL 加载失败:找不到指定的模块

  6. 6

    我收到“ DLL加载失败:找不到指定的模块”。将Cython与Numpy程序配合使用时

  7. 7

    即使安装了MSVCP100.dll,也找不到错误

  8. 8

    Phalcon PHP Xampp安装-Apache找不到DLL

  9. 9

    使用系统上未安装的DLL

  10. 10

    安装新的Windows服务,无法启动:“系统错误2 ...系统找不到指定的文件”

  11. 11

    如何修复丢失的MSVCR90.dll文件错误?

  12. 12

    在“进行安装”过程中复制文件会导致“系统找不到指定的文件”

  13. 13

    找不到msvcr100.dll错误,但System32和SysWOW64中都存在文件msvcr100_clr0400.dll

  14. 14

    WAMP显示错误“ MSVCR100.dll”在安装时丢失

  15. 15

    由Inno Setup安装程序启动的我的批处理显示“系统找不到指定的文件”

  16. 16

    DLL“ vsperf140.dll”:找不到指定的模块

  17. 17

    找不到本机DLL

  18. 18

    找不到Dll例外

  19. 19

    toplink迁移安装程序系统找不到指定的路径

  20. 20

    toplink迁移安装程序系统找不到指定的路径

  21. 21

    Boost Python找不到dll文件

  22. 22

    在我的Python安装路径中找不到python33.dll吗?

  23. 23

    在我的Python安装路径中找不到python33.dll吗?

  24. 24

    使用gacutil安装.dll

  25. 25

    使用gacutil安装.dll

  26. 26

    MSI安装程序包,用于多个版本的dll文件

  27. 27

    OpenCV预置二进制文件未安装DLL

  28. 28

    Wix在安装文件夹中添加外部dll

  29. 29

    如何在不将 .dll 放在系统文件夹中的情况下安装 freeglut?

热门标签

归档