PROJECTS
miniforge설치 | conda 가상환경 | tensorflow-deps 설치 | M1
nicesugi
2022. 5. 24. 02:03
주의할 점 : base 에서 시작 할 것 !
https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh
다운로드 >
실행 >
chmod +x ~/Downloads/Miniforge3-MacOSX-arm64.sh
sh ~/Downloads/Miniforge3-MacOSX-arm64.sh
source ~/miniforge3/bin/activate
conda create -n 가상환경이름 python=3.8 (python 3.8버전인 가상환경이름의 콘다 생성)
conda activate 가상환경이름
conda install -c apple tensorflow-deps==2.5.0
pip install tensorflow-macos==2.5.0
pip install tensorflow-metal==0.1.2
끝 !
반응형