Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (19.9k points)

I tried installing dulwich

pip install dulwich

But I get a cryptic error message:

error: Unable to find vcvarsall.bat

1 Answer

0 votes
by (25.1k points)
edited by

Try specifying mingw as the compiler of choice. Something like this:

setup.py install build --compiler=mingw32

Here's a video that can help you get a better understanding of python: 

Browse Categories

...