[issue43298] Windows build cannot detect missing Windows SDK

2021-07-12 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e7009f4f9a6a55036ef628a07bedc8dab1aa851e by Miss Islington (bot) in branch '3.9': bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) (#26803) https://github.com/python/cpython/commit/e7009f4f9a6a55036ef628

[issue43298] Windows build cannot detect missing Windows SDK

2021-07-06 Thread Jason R. Coombs
Jason R. Coombs added the comment: I was able to export the configuration using these instructions: https://docs.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2019 That produced this config: { "version": "1.0", "components": [ "Microsoft.V

[issue43298] Windows build cannot detect missing Windows SDK

2021-06-20 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 5fbccb763ce540c0d07be86660e0357bffc69d76 by Miss Islington (bot) in branch '3.10': bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) (GH-26802) https://github.com/python/cpython/commit/5fbccb763

[issue43298] Windows build cannot detect missing Windows SDK

2021-06-19 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11, Python 3.9 ___ Python tracker ___ __

[issue43298] Windows build cannot detect missing Windows SDK

2021-06-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +25384 pull_request: https://github.com/python/cpython/pull/26803 ___ Python tracker ___ __

[issue43298] Windows build cannot detect missing Windows SDK

2021-06-19 Thread Steve Dower
Steve Dower added the comment: New changeset 80190b3e533097b55077becddc75423318ab2371 by Steve Dower in branch 'main': bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) https://github.com/python/cpython/commit/80190b3e533097b55077becddc75423318ab237

[issue43298] Windows build cannot detect missing Windows SDK

2021-06-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +25383 pull_request: https://github.com/python/cpython/pull/26802 ___ Python tracker _

[issue43298] Windows build cannot detect missing Windows SDK

2021-06-19 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +25381 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26800 ___ Python tracker ___

[issue43298] Windows build cannot detect missing Windows SDK

2021-06-11 Thread Steve Dower
Steve Dower added the comment: Jason - I think your -add and -remove options need work. I'm pretty sure the AzureBuildTools component doesn't bring in the C++ compilers or the WinSDK. If you configure it manually and interactively, you should be able to export a JSON configuration and then y

[issue43298] Windows build cannot detect missing Windows SDK

2021-06-10 Thread Jason R. Coombs
Jason R. Coombs added the comment: In issue44246, I've encountered this error while attempting to build CPython in a Docker image (built from https://github.com/jaraco/jaraco.windows/blob/d2edad2e2af9d469189d7ac6a14a4ba6f6270348/Dockerfile). Any suggestions on how to install the SDK to a via

[issue43298] Windows build cannot detect missing Windows SDK

2021-02-23 Thread Kevin Thomas
Kevin Thomas added the comment: Hi Steve actually there was none installed which was strange as I had Visual Studio installed but it was not checked by default. After selecting it and installing it, everything works as expected. Updating the error message in some way might be helpful. ---

[issue43298] Windows build cannot detect missing Windows SDK

2021-02-23 Thread Steve Dower
Steve Dower added the comment: > I did not have the latest installed which is Win10SDK_10.0.18362, therefore > it did trigger that original error in msg387518. Did you have any other version installed? It should include one by default, which is why we don't mention it in the quick instructio

[issue43298] Windows build cannot detect missing Windows SDK

2021-02-22 Thread Eryk Sun
Change by Eryk Sun : -- Removed message: https://bugs.python.org/msg387522 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue43298] Windows build cannot detect missing Windows SDK

2021-02-22 Thread Eryk Sun
Change by Eryk Sun : -- Removed message: https://bugs.python.org/msg387525 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue43298] Windows build cannot detect missing Windows SDK

2021-02-22 Thread Eryk Sun
Change by Eryk Sun : -- Removed message: https://bugs.python.org/msg387521 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue43298] Windows build cannot detect missing Windows SDK

2021-02-22 Thread Kevin Thomas
Kevin Thomas 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

[issue43298] Windows build cannot detect missing Windows SDK

2021-02-22 Thread Steve Dower
Steve Dower added the comment: This should mean that you haven't got the Windows SDK installed, though it might mean that you've got a *newer* WinSDK where they've changed the registration format. But more likely you deselected it when installing C++ support through Visual Studio. Could you