[New-bugs-announce] [issue35433] Correctly detect installed SDK versions

Jeremy Kloth report at bugs.python.org
Thu Dec 6 20:03:10 EST 2018


New submission from Jeremy Kloth <jeremy.kloth+python-tracker at gmail.com>:

In the process of eliminating compiler warnings on my buildbot, I needed to update VS2015 to the latest toolset (VS2015 Update 3).  This in turn now causes an error due about not having the required version of Windows SDK installed.

It seems that the detection logic for that uses a hard-coded list which may not be up-to-date (and possibly incorrect for some installs).  Referenced PR fixes this.

----------
components: Build, Windows
messages: 331258
nosy: jkloth, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Correctly detect installed SDK versions
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list