From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id 4C3DD386183F for ; Sat, 23 Jan 2021 18:47:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4C3DD386183F Received: by mail-wr1-x42a.google.com with SMTP id r9so1622328wro.9 for ; Sat, 23 Jan 2021 10:47:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=nlV0u0Ni1icAhWVzZv5O8DdzzyfSBl2qts3o8XCjA/8=; b=AGMJz6Ft75gC6NvXS4oFIzSlZ9pbB/FyrT5/GZPRYtaSfs/txuJ1Wi1k1GPsPkaviF UGl/HWtUjiENCnnPlGwrC4FKgizXZ2LNpDEiCWsQBhac/mfvzUFIxRgRG3cT3Shnu6OM h5xfL/oZE5ZepwGoizCWXWR0Go0x3kfKaZsiYvRPI2mn38+ZklqVae11tBazdpghAu61 QZLbjNEhqOmLWtIDigEfsTxk98ai+3fIN8CdJ/80DU1jg5FlqbOfHsx4jpgUoCJnO6LB M4+JJ2hn7dySQ/zSZzJYDiBfegFpsNATbqVlqEBqRZTt3vjMqAiaVTRGkbJKbM/lQRxT TSIw== X-Gm-Message-State: AOAM533vAx1p+iLV2hHlOsX1Md8GTbne6v4NhjPCoVTQopD4HqO4Qr0s 8x9PELwoqqPOSR4DlrJZ8wriSUopea0= X-Google-Smtp-Source: ABdhPJxmX+bdNcj4EISP6seicr2des+AHbwyzhPSGP9cos5DCR7l96tcSQy75h7Z0tL7fFiHxjrjyQ== X-Received: by 2002:a5d:400c:: with SMTP id n12mr672280wrp.218.1611427638262; Sat, 23 Jan 2021 10:47:18 -0800 (PST) Received: from ?IPv6:2003:cc:9f0c:c85b:313e:5244:cfa4:b49? (p200300cc9f0cc85b313e5244cfa40b49.dip0.t-ipconnect.de. [2003:cc:9f0c:c85b:313e:5244:cfa4:b49]) by smtp.gmail.com with ESMTPSA id z15sm16138690wrt.8.2021.01.23.10.47.17 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 23 Jan 2021 10:47:17 -0800 (PST) Subject: Re: [BUG] Latest python38 package (3.8.7-1) fails to execute 'ensurepip', 3.8.3.-1 works To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: Date: Sat, 23 Jan 2021 19:47:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2021 18:47:20 -0000 On 23.01.2021 19:23, Oleh Svirshchevsky via Cygwin wrote: > Latest python38 package (3.8.7-1) fails to execute 'ensurepip', 3.8.3.-1 works > > Latest version: > $ python3.8.exe --version > Python 3.8.7 > $ python3.8.exe -Im ensurepip --upgrade --default-pip > Traceback (most recent call last): > File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main > mod_name, mod_spec, code = _get_module_details(mod_name, _Error) > File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details > return _get_module_details(pkg_main_name, error) > File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details > __import__(pkg_name) > File "/usr/lib/python3.8/ensurepip/__init__.py", line 121 > with open(os.path.join(_WHEEL_DIR, wheel_name), "rb") as sfp: > ^ > IndentationError: unexpected indent > > > Older version: > $ python3.8.exe --version > Python 3.8.3 > $ python3.8.exe -Im ensurepip --upgrade --default-pip > Looking in links: /tmp/tmpxxpxh_dl > Requirement already up-to-date: setuptools in /usr/lib/python3.8/site-packages (51.1.1) > Requirement already up-to-date: pip in /usr/lib/python3.8/site-packages (20.3.3) thanks for the report. I will look on the root cause Marco