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 Kiran, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-01-17.23:17:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516231047.07.0.467229070634.issue32566@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like you have a prerelease version of the CRT on your machine. Try finding and installing the latest Visual C++ 2017 Redistributables from Microsoft.

A newer version would have been installed by Python but since it wasn't I assume you have some other program on your PATH that has included a (not quite) private copy of ucrtbase.dll. If you can find and update or uninstall that program, and then reinstall Python it should resolve it.
History
Date User Action Args
2018-01-17 23:17:27steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Kiran
2018-01-17 23:17:27steve.dowersetmessageid: <1516231047.07.0.467229070634.issue32566@psf.upfronthosting.co.za>
2018-01-17 23:17:27steve.dowerlinkissue32566 messages
2018-01-17 23:17:27steve.dowercreate