--- a/scripts/install.py Thu Jul 21 14:10:54 2022 +0200 +++ b/scripts/install.py Thu Jul 21 14:15:36 2022 +0200 @@ -1546,7 +1546,8 @@ check=True, capture_output=True, text=True, - ).stdout + ).stdout.strip().splitlines()[0] + # only the first line contains the JSON data except (OSError, subprocess.CalledProcessError): pipOut = "[]" # default empty list try: