Skip to content
Discussion options

You must be logged in to vote

Homebrew has strict requirements on versioned formulae, so unless 2.1.x is the LTS version we won't add it: https://docs.brew.sh/Versions
I'd recommend migrating to Python 3.14, but if it is not an option, you can either use brew extract or install Poetry via Python-specific tools like pipx:

brew uninstall poetry # Or you can use `brew unlink poetry` to temporarily remove brewed Poetry from $PATH
brew install pipx
pipx install poetry==2.1.4

Although I am not that familiar with Python ecosystem, maybe @branchvincent could help here

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@branchv
Comment options

branchv Oct 29, 2025
Collaborator

Answer selected by branchv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants