[issue43298] Windows build cannot detect missing Windows SDK

Kevin Thomas report at bugs.python.org
Mon Feb 22 14:03:14 EST 2021


Kevin Thomas <kevin at mytechnotalent.com> added the comment:

Thank you Steve.  I did not have the latest installed which is Win10SDK_10.0.18362, therefore it did trigger that original error in msg387518.

After installing, Win10SDK_10.0.18362, it did in-fact allow a successful compilation.

Updating that error code would be most helpful to Windows developers.  I would have never caught it but I wanted to help test 3.10 so I thought I should try it on the Windows 10 box to make sure the community had all platforms covered.

RESULTS:
Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:01:10.34

C:\Users\kevin\cpython>python.bat
Running Release|x64 interpreter...
Python 3.10.0a5+ (heads/master:91a639a094, Feb 22 2021, 14:01:03) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

----------

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


More information about the Python-bugs-list mailing list