Pyenv not working; Build keeps failing; pyenv doctor command says build keeps failing. #2745
-
Beta Was this translation helpful? Give feedback.
Answered by
native-api
Jul 23, 2023
Replies: 1 comment
-
As per #2707, this suggests incompatibilities of between installed Homebrew modules and the OS -- which can happen after an OS upgrade and/or migration to Apple Silicon. A clean reinstall of Homebrew and Pyenv is indeed suggested. Note that if you're on Apple Silicon, there can be 2 Homebrew installations -- under |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
native-api
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per #2707, this suggests incompatibilities of between installed Homebrew modules and the OS -- which can happen after an OS upgrade and/or migration to Apple Silicon.
A clean reinstall of Homebrew and Pyenv is indeed suggested.
Note that if you're on Apple Silicon, there can be 2 Homebrew installations -- under
/usr/local
(x64) and under/opt/homebrew
(arm64), check both locations.To keep things simple, you should normally work in Arm64 architecture ("
arch
" should return "arm
", "arm64
" or "aarch64
").