Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"We came. We saw. We kicked its ass." -- Bill Murray, _Ghostbusters_


devel / comp.lang.python / Re: PEP668 / pipx and "--editable" installs

SubjectAuthor
o Re: PEP668 / pipx and "--editable" installsPeter J. Holzer

1
Re: PEP668 / pipx and "--editable" installs

<mailman.326.1695024966.23016.python-list@python.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=24022&group=comp.lang.python#24022

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!nntp.comgw.net!fu-berlin.de!uni-berlin.de!not-for-mail
From: hjp-pyt...@hjp.at (Peter J. Holzer)
Newsgroups: comp.lang.python
Subject: Re: PEP668 / pipx and "--editable" installs
Date: Mon, 18 Sep 2023 10:16:03 +0200
Lines: 71
Message-ID: <mailman.326.1695024966.23016.python-list@python.org>
References: <988561df4bac884b3fe24b811b659946@posteo.de>
<20230918081603.zhtx7jdptky65jai@hjp.at>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha512;
protocol="application/pgp-signature"; boundary="5svclkd37kuyxxvm"
X-Trace: news.uni-berlin.de gn9ex0JUwhXSnpCwkHtwCAVOSeLcpcSNl7LjYToe2LMg==
Cancel-Lock: sha1:w6B2K72xSMHwNZ5i7s8ScYCvrjA= sha256:n/85DGiWZGW1A9qdF9YAUNrVJad3uy+14CjZE5OEsiM=
Return-Path: <hjp-python@hjp.at>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.000
X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'pip': 0.04; 'content-
type:multipart/signed': 0.05; 'description:': 0.05; 'pypi': 0.05;
'modules': 0.07; '3.1': 0.09; 'collecting': 0.09; 'content-
type:application/pgp-signature': 0.09; 'debian': 0.09;
'filename:fname piece:asc': 0.09; 'filename:fname
piece:signature': 0.09; 'filename:fname:signature.asc': 0.09;
'"creative': 0.16; '12.': 0.16; '__/': 0.16; 'challenge!"': 0.16;
'from:addr:hjp-python': 0.16; 'from:addr:hjp.at': 0.16;
'from:name:peter j. holzer': 0.16; 'gnu/linux': 0.16;
'hjp@hjp.at': 0.16; 'holzer': 0.16; 'reality.': 0.16; 'stross,':
0.16; 'url-ip:212.17.106/24': 0.16; 'url-ip:212.17/16': 0.16;
'url:hjp': 0.16; '|_|_)': 0.16; 'wrote:': 0.16; 'python': 0.16;
'installing': 0.19; 'name.': 0.19; 'to:addr:python-list': 0.20;
'downloading': 0.22; 'version': 0.23; 'install': 0.23;
'installed': 0.23; 'tried': 0.26; 'sense': 0.28; 'packages': 0.31;
'default': 0.31; 'collected': 0.32; 'guess': 0.32; 'python-list':
0.32; 'but': 0.32; 'header:In-Reply-To:1': 0.34; 'missing': 0.37;
"it's": 0.37; 'thanks': 0.38; 'received:212': 0.62; 'great': 0.63;
'received:userid': 0.66; 'url-ip:212/8': 0.69; '8bit%:100': 0.76;
'distributor': 0.84; 'received:at': 0.84; 'six,': 0.84; 'skip:\xe2
120': 0.84
Mail-Followup-To: python-list@python.org
Content-Disposition: inline
In-Reply-To: <988561df4bac884b3fe24b811b659946@posteo.de>
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
<mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <20230918081603.zhtx7jdptky65jai@hjp.at>
X-Mailman-Original-References: <988561df4bac884b3fe24b811b659946@posteo.de>
 by: Peter J. Holzer - Mon, 18 Sep 2023 08:16 UTC
Attachments: signature.asc (application/pgp-signature)

On 2023-09-15 14:15:23 +0000, c.buhtz--- via Python-list wrote:
> I tried to install it via "pipx install -e .[develop]". It's pyproject.toml
> has a bug: A missing dependency "dateutil". But "dateutil" is not available
> from PyPi for Python 3.11 (the default in Debian 12). But thanks to great
> Debian they have a "python3-dateutil" package. I installed it.

Sidenote:
PyPI does have several packages with "dateutil" in their name. From the
version number (2.8.2) I guess that "python-dateutil" is the one
packaged in Debian 12.

This can be installed via pip:

% lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm

(dateutil) % pip install python-dateutil
Collecting python-dateutil
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 3.1 MB/s eta 0:00:00
Collecting six>=1.5
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: six, python-dateutil
Successfully installed python-dateutil-2.8.2 six-1.16.0

hp

--
_ | Peter J. Holzer | Story must make more sense than reality.
|_|_) | |
| | | hjp@hjp.at | -- Charles Stross, "Creative writing
__/ | http://www.hjp.at/ | challenge!"

Attachments: signature.asc (application/pgp-signature)
1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor