Using pipx or uvx to install / run python tools is almost trivial, except setup_tools dropped support for pkg_resources.
My current installation is as follows:
uv tool install -p 3.10 apt-smart --with "setuptools==80.8.0"
This uses python 3.10 and the last "good" version of setuptools to run/install.
Using pipx or uvx to install / run python tools is almost trivial, except setup_tools dropped support for pkg_resources.
My current installation is as follows:
uv tool install -p 3.10 apt-smart --with "setuptools==80.8.0"This uses python 3.10 and the last "good" version of setuptools to run/install.