본문 바로가기

WEB & JAVA

[심화플젝] 아나콘다 및 텐서플로우 설치

내가 제일 어려워하는 환경설정 ㅠ_ㅠ.... 아나콘다 설치 시작

 

<아나콘다 설치> 

 

www.anaconda.com/products/individual

 

Anaconda | Individual Edition

Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine.

www.anaconda.com

여기 들어가서 설치하고

여기서 

conda create -n AI python=3.7

실행하고나면 콘솔에 쭈루루룩 뭐 찍히고 마지막에 이 화면 나옴

conda activate AI

하면 앞에 (base) 였던게 (AI)로 바뀜

<텐서플로우 설치> 

conda install git matplotlib scikit-learn tqdm scipy numpy tensorflow-gpu==2.0.0

이렇게 뜨고 아래처럼 쭈루루룩 나옴

y 누르면

이렇게뜨면 설치 끝!