[issue31612] Building 3.6 fails on Windows

STINNER Victor report at bugs.python.org
Wed Sep 27 10:32:10 EDT 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

To compile Python 2.7, you need VS 2008 *and* 2010.

To compile Python 3.5, 3.6 or master, you need VS 2015.

To compile Python 3.4, you need VS 2010.

I had to work on Python 2.7, 3.4, 3.5, 3.6 and master, so I installed VS 2008, 2010 and 2015 :-)

I didn't give a try to VS 2017 yet. I'm fine with 3 VS versions installed in parallel ;-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31612>
_______________________________________


More information about the Python-bugs-list mailing list