如何在windows,64bit,python-2.7中使用mingw安装numpy?

时间:2013-10-17 15:30:20

标签: windows python-2.7 numpy 64-bit mingw

我正在尝试在cmd中安装numpy, 在此之前,我已经安装了easy_install,pip和mingw,而且我已经给了mingw的PATH。顺便说一句,我没能通过vcvarsall.bat解决它。 我用这个:

python setup.py install build -compiler=mingw32

但它回到了这个:

running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  commands have different --compiler options: ['ompiler=mingw32', 'mingw32'], using first in list as default
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
error: don't know how to compile C/C++ code on platform 'nt' with 'ompiler=mingw32' compiler

我坚持不懈,深受困扰。我该怎么做才能完成它? (非常感谢有人可以帮助我。)

0 个答案:

没有答案