Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

After my previous small contribution to a conda‑forge package, I wanted to take on something more advanced: trying to publish the singler‑py Python package into the conda ecosystem. Little did I know that it would turn out to be… somewhat troublesome.

Finally, aider-chat is available as a conda package, which means it can theoretically be installed globally via pixi global. However, during actual installation, you’ll find that one of its dependencies, tree_sitter_languages, doesn’t have a corresponding aarch64 version, causing the installation to fail. This made me wonder: could I rely on AI to solve this?