카테고리 없음

(맥북에 pyenv설치)맥북 m1 Sonoma 기준 brew update 멈춤 현상

Dev갱이 2024. 7. 19. 18:04
728x90

mac os Sonoma 14.5 버전 기준

brew tap --repair
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

 

해결!

 

 

다른 문제 발생

pyenv install 3.7.6

 

설치가 안됨.

 

configure: error: Unexpected output of 'arch' on OSX

 

비슷한 오류들이 2021 2022 나오는거 보면 맥 os 버전업 될때마다 이런 에러 계속 나오나보다.

 

python 공홈에서 최신 버전을 찾아서 설치 해보았다.

 

pyenv install 3.12.4

 

20240719 기준 최신버전

 

ModuleNotFoundError: No module named '_lzma'
brew install readline xz

 

이것들 설치해주고 다시 pyenv로 설치 해준다..

 

걍 하지마셈 파이썬 공홈 가서 파이썬 다운받아서 쓰셈

 

Reference

https://github.com/orgs/Homebrew/discussions/4614

 

brew upgrade did not work on macOS 14 beta (Sonoma) · Homebrew · Discussion #4614

Output of brew config HOMEBREW_VERSION: 4.0.26 ORIGIN: https://github.com/Homebrew/brew HEAD: eff45ef570f265e226f14ce91da72d7a6e7d516a Last commit: 4 days ago Core tap JSON: 01 Jul 17:20 UTC HOMEBR...

github.com

 

https://stackoverflow.com/questions/65457674/unexpected-output-of-arch-on-osx-using-mac-m1-installing-elastic-beans

 

Unexpected output of 'arch' on OSX (using Mac M1 installing elastic beans)

when trying to install elastic beans on MacBook Air M1, using the following: % ./aws-elastic-beanstalk-cli-setup/scripts/bundled_installer as guidelines shown here: https://github.com/aws/aws-elastic-

stackoverflow.com

 

https://raoneli-coding.tistory.com/172

 

[Python] pyenv 설치 및 세팅 (for mac)

이 글은 mac을 기준으로 작성 되었습니다. pyenv ? 프로젝트 별로 python 버전이 다른 경우 쉽게 스위칭하기 위해 사용 pyenv 설치 $ brew install pyenv 환경 변수 설정 (for zsh) $ export PYENV_ROOT="$HOME/.pyenv" $ exp

raoneli-coding.tistory.com

 

728x90