본문 바로가기
공부자료

M1 python version

by mogazi 2023. 3. 28.

필자는 RL한다고 python 깔고 막하다가 결국에 뭐 진전도 없이 몇 주를 파이썬 버전, 아나콘다를 설치했다가 지웠다가를 수십번 반복했는데, 여러분은 이런 시간 낭비 하지 말길 바란다.

 

이거하다보면 terminal 장인 될 수 있을지도?

 

 

https://www.python.org/downloads/release/python-3810/

 

Python Release Python 3.8.10

The official home of the Python Programming Language

www.python.org

 

하단의 python version중에서 mac os - experimental, for macOS 11 Big Sur and later; recommended on Apple Silicon을 설치하면 된다.

 

특히나 mac M1 으로 python 3.7을 설치하는 그런 불상사는 절대하지마시길

M1 은 python 3.7 지원 안한다. 

 

굳이굳이 설치하고 싶다면 homebrew로 설치할 수 있다고는 하는데 그냥 뭐하러 3.8 쓰자.

 

 

 

특히나 atari 돌리실 분들은 python version 3.9.x 는 절대 설치하면 안된다. 

Python 3.9 is supported by Pillow 8.0+, Gym currently depends on Pillow<=7.2.0. 

 

 

 

참고 : https://github.com/openai/gym/issues/2203

'공부자료' 카테고리의 다른 글

mac M1 rom error (atari)  (0) 2023.03.28