상세 컨텐츠

본문 제목

Download Python, pip, TensorFlow

머신러닝

by Riella 2020. 7. 6. 02:39

본문

728x90

1. Go to Python official site, and download Python version between 3.5 and 3.7.

우선 파이썬 공식 사이트에가서 3.5에서 3.7 사이 버전의 파이썬을 다운 받아야합니다.

You need to install 64-bit version

그리고 64비트 버전을 다운받으셔야해요! 32비트 깔았었는데 삭제하고 다시 다운받음 ㅠㅠ

I downloaded Python 3.6.4. Windows x86-64 web-based installer from this link.

저는 3.6.4 버전을 다운 받았습니다. 위의 파란 링크에서 윈도우 64비트 인스톨러를 다운받았어요.

1-1. Open the installer, and click install.

인스톨러를 키고, 설치를 누릅니다.

 

2. You need to set the environment path to the folder where Python has installed

그 다음에는 환경변수를 설정해주어야 합니다.

2-1. Open the Control Panel (제어판을 엽니다)

2-2. Go to System (시스템으로 갑니다)

2-3. Click Advanced System Setting, click Environment Variable

(고급시스템설정->환경변수 클릭)

2-4. From Users Variables for ..., find Path, and click Edit.

(...에 대한 사용자 변수 -> Path 클릭 -> 편집 누르기)

2-5. Add C:\...\Python[Version], and C:\...\Python[Version]\Scripts

(the latter path is for installing pip), then click OK

(위의 두 경로를 추가하고 확인을 누릅니다. 뒤의 경로는 pip설치할때 쓸 경로입니다).

This is a video instruction: https://www.youtube.com/watch?v=8XFGtMHj2U0 (around 1:30)

위의 비디오 가이드 약 1분 30초 정도부터 참고하시면 됩니다.

3. Then you need to download vc_redist.x64.exe from this link.

그리고 위의 링크를 이용해서 vc_redist.x64.exe 를 다운 받으면 됩니다.

pip used to support TensorFlow version 2.0, but not now.

텐서플로우 버전 2.0이 pip로 다운이 안된다고 하더라구요.

 

<This is downloading TensorFlow version 1.0>

<텐서플로우 1.0버전 다운받는법>

3. If pip is not installed, you need to download it

(even if you have one on Script folder, you can upgrade to the latest pip version).

pip가 설치 되어있지 않으면 다운받아야합니다.

Scripts 파일에 이미 다운이 되어있더라도 최신버전으로 업그레이드 할 수 있으니 참고해주세요!

3-1. Download get-pip.py

pip가 없으시면 위의 링크에서 get-pip.py라는 파일을 다운받습니다.

3-2. Navigate to where the file has been downloaded, right-click and click command prompt.

get-pip.py가 있는 위치로 가서 우클릭, 명령 프롬프트를 클릭합니다.

3-3. Type the below command

명령프롬프트에 아래와 같은 명령어를 입력합니다.

python get-pip.py

If you already have one, type below command

이미 설치가 되어있다면 아래의 명령어를 입력합니다.

python install --upgrade pip

4. Now install TensorFlow by below command

아래의 명령어를 입력해서 TensorFlow를 설치합니다.

pip install --upgrade tensorflow

Reference: https://www.tensorflow.org/install

https://webnautes.tistory.com/1395

 

TensorFlow

시스템에 TensorFlow를 설치하는 방법을 알아봅니다. pip 패키지를 다운로드하거나 Docker 컨테이너에서 실행하거나 소스에서 빌드합니다. 지원되는 카드에서 GPU를 사용 설정합니다.

www.tensorflow.org

 

'머신러닝' 카테고리의 다른 글

3 Create python file on ROS package  (0) 2020.07.09
2 Create ROS Package  (0) 2020.07.09
1 Create ROS Workspace  (0) 2020.07.09
sudo apt-get upgrade 다운로드 서버 변경  (0) 2020.07.01
Enable NTFS long paths  (0) 2020.06.29

관련글 더보기

댓글 영역