相关疑难解决方法(0)

'easy_install -U cython'无法抱怨vcvarsall.bat和-mno-cygwin

在Windows下,似乎easy_install有一个C依赖并不是很容易.

尝试1 - vcvarsall.bat错误

cython在Windows7下安装,用MinGw; 我修改了Windows7 PATH以包含C:\MinGw\bin.在这一点上,我试图easy_install -U cython,并得到......

C:\Users\mike_pennington\Desktop\TestDrive>easy_install -U cython
Searching for cython
Reading http://pypi.python.org/simple/cython/
Reading http://www.cython.org
Reading http://cython.org
Best match: Cython 0.15.1
Downloading http://cython.org/release/Cython-0.15.1.zip
Processing Cython-0.15.1.zip
Running Cython-0.15.1\setup.py -q bdist_egg --dist-dir c:\users\mike_p~1\appdata
\local\temp\easy_install-qr1tet\Cython-0.15.1\egg-dist-tmp-556kzq
Compiling module Cython.Plex.Scanners ...
Compiling module Cython.Compiler.Scanning ...
Compiling module Cython.Compiler.Parsing ...
Compiling module Cython.Compiler.Visitor ...
Compiling module Cython.Compiler.Code ...
Compiling module Cython.Runtime.refnanny ...
warning: no files found matching 'bugs.txt' under directory …
Run Code Online (Sandbox Code Playgroud)

python windows mingw cython easy-install

11
推荐指数
1
解决办法
6511
查看次数

标签 统计

cython ×1

easy-install ×1

mingw ×1

python ×1

windows ×1