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 Segev Finer
Recipients Segev Finer, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-07-28.23:33:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532820797.37.0.56676864532.issue34267@psf.upfronthosting.co.za>
In-reply-to
Content
The PCbuild/find_python.bat script doesn't find an installed Python 3.7 and will proceed to download Python using nuget.

This is caused by it invoking py with "-3.6" which will only find Python 3.6 (py doesn't seem to support a 3.6 or above flag), despite the fact that the build can use 3.7 and the nuget fallback will install 3.7.
History
Date User Action Args
2018-07-28 23:33:17Segev Finersetrecipients: + Segev Finer, paul.moore, tim.golden, zach.ware, steve.dower
2018-07-28 23:33:17Segev Finersetmessageid: <1532820797.37.0.56676864532.issue34267@psf.upfronthosting.co.za>
2018-07-28 23:33:17Segev Finerlinkissue34267 messages
2018-07-28 23:33:17Segev Finercreate