[osx] dyld: Library not loaded: /usr/local/Cellar/python at 3.8/3.8.3_1/Frameworks/Python.framework/Versions/3.8/Python
Mats Wichmann
mats at wichmann.us
Fri Dec 4 19:21:51 EST 2020
On 12/4/20 7:15 AM, Noah wrote:
> Hi there,
>
> Anybody know how to fix this issue on a mac?
>
> ❯ /usr/local/bin/python
> dyld: Library not loaded:
> /usr/local/Cellar/python at 3.8/3.8.3_1/Frameworks/Python.framework/Versions/3.8/Python
>
> Referenced from: /usr/local/bin/python
> Reason: image not found
> [1] 32209 abort /usr/local/bin/python
Looks like you're using Python installed via Homebrew ('Cellar' being
the hint), perhaps hit up that project for ideas? It looks like the
install is inconsistent somehow.
More information about the Python-list
mailing list