New submission from Segev Finer <segev...@gmail.com>:

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.

----------
components: Windows
messages: 322597
nosy: Segev Finer, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: find_python.bat doesn't find installed Python 3.7
type: behavior
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34267>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to