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.

Author steve.dower
Recipients Crowthebird, kumaraditya, malin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-11-30.15:39:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638286765.57.0.460965629941.issue45816@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-11-30 15:39:25steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, malin, kumaraditya, Crowthebird
2021-11-30 15:39:25steve.dowersetmessageid: <1638286765.57.0.460965629941.issue45816@roundup.psfhosted.org>
2021-11-30 15:39:25steve.dowerlinkissue45816 messages
2021-11-30 15:39:25steve.dowercreate