delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/01/02/11:38:41

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 502GcfMm4055767
Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com
Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 502GcfMm4055767
Authentication-Results: delorie.com;
dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=dIDW8mRw
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 850423858D38
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1735835919;
bh=8DNeQo1zvXNSvOHWqbshNz4D2HNE2nY6I/27HrlGdvM=;
h=Date:Subject:To:References:Cc:In-Reply-To:List-Id:
List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:
From:Reply-To:From;
b=dIDW8mRw5UJBo8Cc3KP4HNxuefOTM5IkEQIN6cvDFXMOu0x8tROnspvVUp6Ox2tD1
rQWOw/WmrLfqLiGREU6L1urWXf1qFTvKWkgV92EKqLA8fnVdgzFEjdAl/zyIMb7sAe
s1lLFNl3u/d7UlFJDLYOOlnYLFT0jwiuLqfTrYXU=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3417A3858D1E
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 3417A3858D1E
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1735835891; cv=none;
b=XHSrjAOQYA8548OmKaplY5oq+Sr/css5tEhMVN1ov13F55W8XuMsVuZ2pqY5yyRecVCsB5gQymtj7AxzR/FWyYfh+b5BAcgyWKKs0CdZCzfgrVKjt1OmPP5gVVFMssshywFqVFbaijWQnqfKJfBGeSuek/F4C28ieN6BnQkYGx0=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1735835891; c=relaxed/simple;
bh=QnecbXlJYvImZpjI2DMRavc10RBs3PgwhU5cXBkP7bM=;
h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From;
b=oXXKWyBp+id6fD1HksnH5MkR2e8Giaw37Ux4bTwb2Ge24xamvW4AWJRtozNGc3JLp/AqvFKwBgQj5peX0xnoU9O43L1dubPPuycGTzsD3CAbR6SpOjZPKSrwKdX4UKkQc6z7EwvB2NIrj/l8FbvYEyFl6thB4JwfYOdcGR5OKQs=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3417A3858D1E
DKIM-Filter: OpenDKIM Filter v2.11.0 rctfw2.r-t.org 3ECC31816642
Message-ID: <1b894ce0-ee20-4408-95ec-54202d0721bc@r-t.org>
Date: Thu, 2 Jan 2025 11:38:09 -0500
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Test: python312-3.12.8-1 venv fails due to pip wheel?
To: marco DOT atzeri AT gmail DOT com
References: <6aa017e0-b333-4c0e-affa-78c8777372a5 AT gmail DOT com>
Cc: cygwin AT cygwin DOT com
In-Reply-To: <6aa017e0-b333-4c0e-affa-78c8777372a5@gmail.com>
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Robert Terzi via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Robert Terzi <rct+cygwin AT r-t DOT org>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 502GcfMm4055767

Testing the 3.12 package, trying to make a virtual env fails. I think this is because it is looking for the pip wheel.

I've installed the available 3.12 packages (pip, wheel, setuptools, devel).

venv fails with/without --system-site-packages.  I think venv is trying to run '-m ensurepip' which seems to
have a dependency on pip wheel.

$ python3.12 -m venv /srv/pyvenvs/py312
Error: Command '['/srv/pyvenvs/py312/bin/python3.12', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

$ python3.12 -m venv --system-site-packages /srv/pyvenvs/py312
Error: Command '['/srv/pyvenvs/py312/bin/python3.12', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

Trying -m ensurepip directly yields:
$ python3.12 -m ensurepip
[...snip...]
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3.12/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl'

This works with the previously working 3.9 installation.  (I haven't tried the updated 3.9 install yet.)

For 3.9 it looks like the pip*.whl file is in a different location:

$ find /usr/lib/python* -name 'pip*.whl'
/usr/lib/python3.9/site-packages/virtualenv/seed/wheels/embed/pip-20.3.4-py2.py3-none-any.whl
/usr/lib/python3.9/site-packages/virtualenv/seed/wheels/embed/pip-21.3.1-py3-none-any.whl
/usr/lib/python3.9/site-packages/virtualenv/seed/wheels/embed/pip-23.0.1-py3-none-any.whl

I haven't tried to install/build any modules/wheels since the intent was to test the new packages.
Hopefully I'm not missing something obvious.

Thanks!




On 12/30/2024 8:53 AM, Marco Atzeri via Cygwin-announce wrote:
> New test release for
>
>     python312    3.12.8-1
>
> new releases for
>
>     python312-doc    3.12.8-1
>
>     python{39,312}-packaging    24.2-1
>     python{39,312}-pip        24.3.1-1
>     python{39,312}-setuptools    75.6.0-1
>     python{39,312}-wheel        0.45.1-1
>
> CHANGES
> latest upstream 3.12.x release. First packaged for Cygwin
>
> CYGWIN CHANGES
> Only python 3.9 and 3.12 are updated.
> Python 2, 3.6, 3.7, 3.8 are not anymore supported upstream.
>
> https://devguide.python.org/versions/#versions
>
> The main packages include postinstall script that
> use "alternatives" to define for
>
>    /usr/bin/python
>
>    /usr/bin/python3
>    /usr/bin/idle3
>    /usr/bin/pydoc3
>
> a default to the highest package available.
>
> $ alternatives --display python
> python - status is auto.
>  link currently points to /usr/bin/python3.12
> /usr/bin/python3.9 - priority 39
> /usr/bin/python3.12 - priority 312
> Current `best' version is /usr/bin/python3.12.
>
> Rationale:
> https://www.python.org/dev/peps/pep-0394/
> In other systems as Debian
> /usr/bin/python is discouraged.
>
> DESCRIPTION
> Python is a programming language that lets you work quickly
> and integrate systems more effectively.
> Python is powerful... and fast; plays well with others;
> runs everywhere; is friendly & easy to learn; is Open.
>
> HOMEPAGE
> https://www.python.org/
>
> Regards
> Marco Atzeri
>
>
> If you have questions or comments, please send them to the
> cygwin mailing list at: cygwin (at) cygwin (dot) com .



-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019