Tech-Logs of Data-Scientist

맥북 gpu설정 본문

Python (Code)/Basic

맥북 gpu설정

Mini-Step 2022. 11. 5. 20:12

    SMALL
    1. python version

      • tensorflow는 python 3.9 이상에서 설치 불가능하므로, python 3.8 이하로 설정 필요
      • 운그레이드는 stackoverflow, tistory 모두 참조해서 변경
      • 이후, terminal과 jupyter notebook의 python version이 다르면, tistory 참조

        • terminal의 python version : jupyter notebook의 sys.version 또는 terminal의 python --version
        • jupyter의 python version : jupyter notebook의 platform.python_version()
    2. tistory를 통해서 tensorflow 설치
    3. 2번이 안 될 경우

      • velog를 통해서 설치
      • 여기서도 에러가 뜨면, python version 확인
    반응형
    LIST
    Comments