From d922130f7d527a17afb09ba2b8a19b8fae9af65d Mon Sep 17 00:00:00 2001 From: Gabriel Smith Date: Thu, 2 Jun 2022 19:28:24 -0400 Subject: [PATCH] Don't bail if we can't find the path for a version reported by py.exe Some weird or broken installs can be reported by py.exe. We shouldn't fail to run just because of these installs as others could exist that work. --- src/python_interpreter/mod.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/python_interpreter/mod.rs b/src/python_interpreter/mod.rs index ba47f3e0c..bac3f6265 100644 --- a/src/python_interpreter/mod.rs +++ b/src/python_interpreter/mod.rs @@ -144,7 +144,11 @@ fn find_all_windows(target: &Target, min_python_minor: usize) -> Result