error: Unable to find vcvarsall.bat

Posted by okada on Stack Overflow See other posts from Stack Overflow or by okada
Published on 2010-05-12T10:24:35Z Indexed on 2010/05/12 10:34 UTC
Read the original article Hit count: 299

Filed under:

Hello.

I'm trying to install dulwich for bzr-git. now, I use Python 2.6 based bazaar. (I use msys.)

My steps are as follows:

$ bzr branch lp:dulwich
$ cd dulwich/
$ python setup.py install
running install
running build
running build_py
creating build

:
:

creating build\lib.win32-2.6\dulwich\tests
:
:
running build_ext
building 'dulwich._objects' extension
error: Unable to find vcvarsall.bat

If you know any hints, tell me please. Thanks. Okada.

© Stack Overflow or respective owner

Related posts about python