This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Compilation fails on AMD64 Windows8.1 Non-Debug 3.6: The Windows SDK version 10.0.15063.0 was not found
Type: Stage: resolved
Components: Tests Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: vstinner, zach.ware
Priority: normal Keywords: buildbot

Created on 2018-06-28 23:05 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg320689 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-06-28 23:05
Build FAILED.
       "D:\buildarea\3.6.ware-win81-release\build\PCbuild\pcbuild.proj" (Build target) (1) ->
       "D:\buildarea\3.6.ware-win81-release\build\PCbuild\pythoncore.vcxproj" (Build target) (2) ->
       (Desktop_PlatformPrepareForBuild target) -> 
         C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 10.0.15063.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [D:\buildarea\3.6.ware-win81-release\build\PCbuild\pythoncore.vcxproj]
    0 Warning(s)
    1 Error(s)
msg320690 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2018-06-28 23:07
Sorry, this seems to have been due to updates on the machine.  It's now fixed.
History
Date User Action Args
2022-04-11 14:59:02adminsetgithub: 78173
2018-06-28 23:07:15zach.waresetstatus: open -> closed
messages: + msg320690

keywords: + buildbot
resolution: fixed
stage: resolved
2018-06-28 23:05:09vstinnercreate