-
After a brew update:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Resolved by uninstalling and reinstalling:
|
Beta Was this translation helpful? Give feedback.
-
sadly; the re-install of poetry results in this error for me:
OS ver: Ventura 13.6 I have an empty ~/Library/Application Support/pypoetry directory, that gets re-created when I try to re-install, but it's left empty. There is no /Library/Frameworks/Python.framework directory on my system. There is also no /System/Library/Frameworks/Python.framework directory on my system. I don't know if the 13.6 upgrade I did deleted these, or what. It's very unlikely I removed those, but that's probably the source of my 'no such file' errors. I can still selectively run python3 to get my 3.8.18 version, and run /usr/bin/python3 to get 3.9.6. And I don't even know how that's possible with those directories gone. |
Beta Was this translation helpful? Give feedback.
-
FYI - the other possibility is when using homebrew note that the homebrew python binary links to a relative path. Because the poetry install script creates venvs by copying the python binary, the python binary can't load in its new location and fails with the error above. |
Beta Was this translation helpful? Give feedback.
Resolved by uninstalling and reinstalling: