[New-bugs-announce] [issue34267] find_python.bat doesn't find installed Python 3.7

Segev Finer report at bugs.python.org
Sat Jul 28 19:33:17 EDT 2018


New submission from Segev Finer <segev208 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue34267>
_______________________________________


More information about the New-bugs-announce mailing list