Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cython install problem

I got Cython 0.15 and tried to install it like this

python setup.py install

I get this:

running install
running build
running build_py
running build_ext
building 'Cython.Plex.Scanners' extension
error: Unable to find vcvarsall.bat

What does this mean? I have Micorsoft Visual Studio 2008 and Windows SDK. Using Windows 7, python 2.6

like image 387
2248825 Avatar asked Aug 31 '11 10:08

2248825


1 Answers

I have no direct answer to your question, but I would strongly recommend to give this pre-built Cython package a try.

like image 184
Tom Pohl Avatar answered Sep 27 '22 21:09

Tom Pohl