Kumar Aditya <[email protected]> added the comment:
Thanks Steve, installing v142 is indeed my current workaround but would be great to support v143 as it is the latest version. On Tue, Nov 30, 2021, 21:09 Steve Dower <[email protected]> wrote: > > Steve Dower <[email protected]> added the comment: > > An easy workaround for people encountering this is to set the > PlatformToolset environment variable to v143 before building: > > $env:PlatformToolset = "v143" > > (or in CMD: set PlatformToolset=v143) > > Alternatively, you should be able to install the v142 toolset through VS > 2022. For now, it's still the official toolset, though we'll definitely > move to v143 before 3.11. > > ---------- > > _______________________________________ > Python tracker <[email protected]> > <https://bugs.python.org/issue45816> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45816> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
