Use `uv` instead of `poetry`
Advantages of uv
as a "Python package manager":
-
Standards-compliant
pyproject.toml
sections (e.g.,[project]
instead of[tool.poetry]
); - No need to use
pipx
to install it; - Faster (written in Rust).
Point 1 is the main reason behind this issue.