Steve Dower <steve.do...@python.org> added the comment:

I changed the default Windows SDK version at some point, because it was falling 
back to v8.1 and we really ought to use v10. It auto-detects all the v10 
versions, so I'm guessing you haven't got any of them installed right now.

The dev guide just says to install VS 2017, which will include it. We should 
probably have manual install steps listed somewhere as well, though I'm 
hesitant to make the "getting started" steps too complex. And I've already 
switched 3.7 to use the v141 toolset, which is in VS 2017 but not VS 2015 (but 
it's binary compatible with the older v140, so shouldn't matter).

For VS 2015, you can get the Windows 10 SDK from 
https://developer.microsoft.com/windows/downloads/windows-10-sdk (only the 
headers and libraries option is required).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32292>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to