"윈도우 아나콘다 TensorFlow 설치"의 두 판 사이의 차이

18번째 줄: 18번째 줄:
Collecting gast==0.3.3
Collecting gast==0.3.3
   Downloading gast-0.3.3-py2.py3-none-any.whl (9.7 kB)
   Downloading gast-0.3.3-py2.py3-none-any.whl (9.7 kB)
...
...
Collecting idna<3,>=2.5
Collecting idna<3,>=2.5

2021년 3월 11일 (목) 01:50 판

윈도우 아나콘다 TensorFlow 설치
윈도우 아나콘다 텐서플로우 설치

1 사전작업

2 설치

  • Win --- Anaconda Prompt (anaconda3) 실행
conda create mypython38 python=3.8
conda activate mypython38
(mypython38) C:\Users\jmnote>pip install tensorflow
Collecting tensorflow
  Downloading tensorflow-2.4.1-cp38-cp38-win_amd64.whl (370.7 MB)
     |████████████████████████████████| 370.7 MB 110 kB/s
Collecting gast==0.3.3
  Downloading gast-0.3.3-py2.py3-none-any.whl (9.7 kB)
...
Collecting idna<3,>=2.5
  Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
     |████████████████████████████████| 58 kB 3.8 MB/s
Requirement already satisfied: certifi>=2017.4.17 in c:\users\jmnote\anaconda3\envs\mypython38\lib\site-packages (from requests<3,>=2.21.0->tensorboard~=2.4->tensorflow) (2020.12.5)
Collecting oauthlib>=3.0.0
  Downloading oauthlib-3.1.0-py2.py3-none-any.whl (147 kB)
     |████████████████████████████████| 147 kB 6.4 MB/s
Building wheels for collected packages: termcolor
  Building wheel for termcolor (setup.py) ... done
  Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4829 sha256=ee6b921c9bbe4fc8a241963b683d68917b389258b74e54dc6225d29137c77556
  Stored in directory: c:\users\jmnote\appdata\local\pip\cache\wheels\a0\16\9c\5473df82468f958445479c59e784896fa24f4a5fc024b0f501
Successfully built termcolor
Installing collected packages: urllib3, pyasn1, idna, chardet, rsa, requests, pyasn1-modules, oauthlib, cachetools, requests-oauthlib, google-auth, werkzeug, tensorboard-plugin-wit, protobuf, numpy, markdown, grpcio, google-auth-oauthlib, absl-py, typing-extensions, termcolor, tensorflow-estimator, tensorboard, opt-einsum, keras-preprocessing, h5py, google-pasta, gast, flatbuffers, astunparse, tensorflow
Successfully installed absl-py-0.12.0 astunparse-1.6.3 cachetools-4.2.1 chardet-4.0.0 flatbuffers-1.12 gast-0.3.3 google-auth-1.27.1 google-auth-oauthlib-0.4.3 google-pasta-0.2.0 grpcio-1.32.0 h5py-2.10.0 idna-2.10 keras-preprocessing-1.1.2 markdown-3.3.4 numpy-1.19.5 oauthlib-3.1.0 opt-einsum-3.3.0 protobuf-3.15.5 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.25.1 requests-oauthlib-1.3.0 rsa-4.7.2 tensorboard-2.4.1 tensorboard-plugin-wit-1.8.0 tensorflow-2.4.1 tensorflow-estimator-2.4.0 termcolor-1.1.0 typing-extensions-3.7.4.3 urllib3-1.26.3 werkzeug-1.0.1
(mypython38) C:\Users\jmnote>pip list --format=columns | findstr tensorflow
tensorflow             2.4.1
tensorflow-estimator   2.4.0

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}