@samdorey You’re correct. The PKGBUILD creates a Python 3.13 venv, so pip ends up trying to build an ancient version of aider-chat (0.16.0), which didn’t have the upper bound but is not what the user wants. /cc @AlphaJack
==> Starting package()...
Collecting pip
Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB)
Collecting aider-chat
Downloading aider_chat-0.16.0-py3-none-any.whl.metadata (11 kB)
Pinned Comments
AlphaJack commented on 2025-03-15 15:43 (UTC)
Please do not flag the package as out of date, it will automatically download through
pip
the latest available version