Issue27705
Created on 2016-08-07 21:02 by terry.reedy, last changed 2016-09-10 04:09 by terry.reedy. This issue is now closed.
Messages (4) | |||
---|---|---|---|
msg272132 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2016-08-07 21:02 | |
This is a continuation of msg269741 from #26624, summarizing how to resolve this message. C:\WINDOWS\SYSTEM32\ucrtbased.dll is version 10.0.10240.16384 WARN: ucrtbased contains known issues. Please update Visual Studio or the Windows SDK. See: http://bugs.python.org/issue26624 F:\Python\dev\36\PCbuild\python.vcxproj(91,5): warning MSB3073: The command ""F:\Python\dev\36\PCBuild\win32\python_d.exe" "F:\Python\dev\36\PC\validate_ucrtbase.py" ucrtbased" exited with code 1. Merely updating Visual Studio is not enough. One must update the Windows SDK either directly or while updating Visual Studio by making sure that the new SDK is requested under Features. [X] Windows and Web Development [X] Universal Windows App Development Tools [X] Tools (1.4.1) and Windows 10 SDK (10.0.14393) (Versions and even the menu may change in the future.) The best way to update Visual Studio is probably to uninstall it first via Control Panel / Programs and Features / Microsoft Visual Studio Community 2015 (or whichever version you have). I did not. After downloading the current installer vs_community__9c4d694197656e43997d069a0ead2003.exe I just ran without uninstalling. It automatically installs in the current vs2015 directory, Instead of a clean install, it updated and ended with the same 'bad hash' message as reported in msg269741. I then went to Programs and Features and chose 'Repair'. The first time it failed because it did not like the existing Microsoft Visual C++ 2015 Redistributable (x86 or x64) files being present. With those removed, and the SDK feature checked, Repair worked and Python builds without the warning. The current SDK is not listed as 'Microsoft Windows SDK...' but as Windows Software Development Kit - Windows 10.0.14393 Steve: my suggestion is that "Please update Visual Studio or the Windows SDK." be changed to "Please update the Windows SDK, possibly by updating Visual Studio with the Windows SDK feature selected." Also change the issue number from 26624 to whatever this one gets. |
|||
msg275527 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2016-09-10 01:25 | |
New changeset 7f7a994bbfbc by Steve Dower in branch '3.5': Issue #27705: Update message in validate_ucrtbase.py https://hg.python.org/cpython/rev/7f7a994bbfbc New changeset a791a54c0a1c by Steve Dower in branch 'default': Issue #27705: Update message in validate_ucrtbase.py https://hg.python.org/cpython/rev/a791a54c0a1c |
|||
msg275528 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2016-09-10 01:27 | |
The message now calls out the Windows 10 SDK specifically, and includes the (current) link to the download. |
|||
msg275561 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2016-09-10 04:09 | |
Thanks, looks good to me. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2016-09-10 04:09:46 | terry.reedy | set | status: open -> closed resolution: fixed messages: + msg275561 stage: needs patch -> resolved |
2016-09-10 01:27:46 | steve.dower | set | messages: + msg275528 |
2016-09-10 01:25:42 | python-dev | set | nosy:
+ python-dev messages: + msg275527 |
2016-08-07 21:02:29 | terry.reedy | create |