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
I installed poetry a few days ago and it was working great. Today I used homebrew (I hate it now) to install some more packages and now poetry has stopped working. I think its due to homebrew but not sure. Anyway this is the error I am getting now:
$ poetry --version
dyld[57517]: Library not loaded: /opt/homebrew/Cellar/[email protected]/3.11.6_1/Frameworks/Python.framework/Versions/3.11/Python
Referenced from: <6DA52A19-FC00-329B-AF9C-6704D5671CDB> /Users/xxx/Library/Application Support/pypoetry/venv/bin/python
Reason: tried: '/opt/homebrew/Cellar/[email protected]/3.11.6_1/Frameworks/Python.framework/Versions/3.11/Python' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/[email protected]/3.11.6_1/Frameworks/Python.framework/Versions/3.11/Python' (no such file), '/opt/homebrew/Cellar/[email protected]/3.11.6_1/Frameworks/Python.framework/Versions/3.11/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.11/Python' (no such file), '/System/Library/Frameworks/Python.framework/Versions/3.11/Python' (no such file, not in dyld cache)
[1] 57517 abort poetry --version
can someone help me resolve this? I suspect brew updated the python installation and the old one no longer exists.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I installed
poetry
a few days ago and it was working great. Today I usedhomebrew
(I hate it now) to install some more packages and nowpoetry
has stopped working. I think its due tohomebrew
but not sure. Anyway this is the error I am getting now:can someone help me resolve this? I suspect
brew
updated the python installation and the old one no longer exists.Beta Was this translation helpful? Give feedback.
All reactions