You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Successful installation, or at least not an issue with Poetry itself. But this is an issue with Brew’s versions of Poetry and python-build not being compatible. See this thread for more info. The solution in python-poetry/poetry#8458 (comment) is to downgrade python-build from 1.0.3 (current at time of writing) to 0.10.0 by reinstalling it from an old formula.
1. `brew install poetry pyenv`
1. `pyenv install 3.10`
1. `mkdir Project &&cd Project && pyenv local 3.10 && poetry env use 3.10 && poetry add openai-whisper``poetry add openai-whisper` will fail due to the version of `python-build` installed with Poetry being incompatible with it.
The text was updated successfully, but these errors were encountered:
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output" saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Using brew’s version of Poetry,
poetry add openai-whisper
.What happened (include all command output)?
$ poetry add openai-whisper
What did you expect to happen?
Successful installation, or at least not an issue with Poetry itself. But this is an issue with Brew’s versions of Poetry and python-build not being compatible. See this thread for more info. The solution in python-poetry/poetry#8458 (comment) is to downgrade
python-build
from1.0.3
(current at time of writing) to0.10.0
by reinstalling it from an old formula.Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: