ETC/Mac

M1 pip3 install 방법

Lynn123 2022. 1. 9. 16:10
반응형

Mac M1에서 pip3 install 하는 방법은 파이썬이 이미 설치되어 있다는 가정하에 아래 방법을 진행한다

 

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python3 get-pip.py

 

환경세팅한지 시간이 좀 지나서 아마 그냥 Mac에서 python 환경 세팅하듯이 쭉 설치한 거 같은데 pip3 install OO 를 하면

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output

에러가 발생했다.

그래서 위 방법을 이용하여 pip3 install을 다시 진행했고, 이제는 문제없이 package install이 완료된다.


[Reference]
 https://musclebear.tistory.com/125 

 

반응형

'ETC > Mac' 카테고리의 다른 글

M1 wget install  (0) 2022.02.03
M1 Mac에 cmake 설치  (0) 2022.02.03