1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 14:53:53 -05:00

Updated Common build problems (markdown)

native-api
2024-05-16 21:10:52 +03:00
parent b0d7e5cbb5
commit db86f3a5e3

@@ -302,8 +302,9 @@ $ cd ~/.pyenv/plugins/python-build && git pull
From ([#1245](https://github.com/pyenv/pyenv/issues/1245)). From ([#1245](https://github.com/pyenv/pyenv/issues/1245)).
This may be caused by an incompatible version of `ar` bundled with brew-distributed binutils. This may be caused by an incompatible version of `ar` bundled with brew-distributed binutils.
This is the reason why `binutils` is keg-only.
To fix, either `brew remove binutils` or execute the install command with `AR=/usr/bin/ar`. To fix, uninstall binutils `brew remove binutils`, or remove them from PATH, or execute the install command with `AR=/usr/bin/ar`.
## Python cannot find a dependent dynamic library even though it's installed ## Python cannot find a dependent dynamic library even though it's installed