首页 > 其他 > 详细

ZT台式机 Tensorflow配置

时间:2021-04-15 09:17:05      阅读:26      评论:0      收藏:0      [点我收藏+]

ZT台式机 Tensorflow配置

(base) C:\Users\zzt>
(base) C:\Users\zzt>
(base) C:\Users\zzt>
(base) C:\Users\zzt>
(base) C:\Users\zzt>E:

(base) E:\>
(base) E:\>
(base) E:\>
(base) E:\>
(base) E:\>
(base) E:\>
(base) E:\>
(base) E:\>cd Anaconda3

(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>conda create -n tf_2021 python=3.7
Solving environment: done


==> WARNING: A newer version of conda exists. <==
  current version: 4.5.11
  latest version: 4.10.1

Please update conda by running

    $ conda update -n base -c defaults conda



## Package Plan ##

  environment location: C:\Users\zzt\AppData\Local\conda\conda\envs\tf_2021

  added / updated specs:
    - python=3.7


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    certifi-2020.12.5          |   py37haa95532_0         144 KB
    openssl-1.1.1k             |       h2bbff1b_0         5.7 MB
    python-3.7.10              |       h6244533_0        17.4 MB
    vc-14.2                    |       h21ff451_1           8 KB
    setuptools-52.0.0          |   py37haa95532_0         936 KB
    wheel-0.36.2               |     pyhd3eb1b0_0          31 KB
    vs2015_runtime-14.27.29016 |       h5e58377_2         2.2 MB
    ca-certificates-2021.4.13  |       haa95532_1         150 KB
    sqlite-3.35.4              |       h2bbff1b_0         1.2 MB
    pip-21.0.1                 |   py37haa95532_0         2.0 MB
    ------------------------------------------------------------
                                           Total:        29.8 MB

The following NEW packages will be INSTALLED:

    ca-certificates: 2021.4.13-haa95532_1
    certifi:         2020.12.5-py37haa95532_0
    openssl:         1.1.1k-h2bbff1b_0
    pip:             21.0.1-py37haa95532_0
    python:          3.7.10-h6244533_0
    setuptools:      52.0.0-py37haa95532_0
    sqlite:          3.35.4-h2bbff1b_0
    vc:              14.2-h21ff451_1
    vs2015_runtime:  14.27.29016-h5e58377_2
    wheel:           0.36.2-pyhd3eb1b0_0
    wincertstore:    0.2-py37_0

Proceed ([y]/n)? y


Downloading and Extracting Packages
certifi-2020.12.5    | 144 KB    | ############################################################################ | 100%
openssl-1.1.1k       | 5.7 MB    | ############################################################################ | 100%
python-3.7.10        | 17.4 MB   | ############################################################################ | 100%
vc-14.2              | 8 KB      | ############################################################################ | 100%
setuptools-52.0.0    | 936 KB    | ############################################################################ | 100%
wheel-0.36.2         | 31 KB     | ############################################################################ | 100%
vs2015_runtime-14.27 | 2.2 MB    | ############################################################################ | 100%
ca-certificates-2021 | 150 KB    | ############################################################################ | 100%
sqlite-3.35.4        | 1.2 MB    | ############################################################################ | 100%
pip-21.0.1           | 2.0 MB    | ############################################################################ | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate tf_2021
#
# To deactivate an active environment, use
#
#     $ conda deactivate


(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>

 

pip install tensorflow

(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>
(base) E:\Anaconda3>conda activate tf_2021

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>pip install tensorflow==1.14.0
Collecting tensorflow==1.14.0
  Downloading tensorflow-1.14.0-cp37-cp37m-win_amd64.whl (68.3 MB)
     |████████████████████████████████| 68.3 MB 226 kB/s
Collecting keras-applications>=1.0.6
  Using cached Keras_Applications-1.0.8-py3-none-any.whl (50 kB)
Collecting keras-preprocessing>=1.0.5
  Using cached Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB)
Collecting grpcio>=1.8.6
  Downloading grpcio-1.37.0-cp37-cp37m-win_amd64.whl (3.1 MB)
     |████████████████████████████████| 3.1 MB 3.2 MB/s
Collecting tensorboard<1.15.0,>=1.14.0
  Using cached tensorboard-1.14.0-py3-none-any.whl (3.1 MB)
Collecting termcolor>=1.1.0
  Using cached termcolor-1.1.0.tar.gz (3.9 kB)
Collecting wrapt>=1.11.1
  Using cached wrapt-1.12.1.tar.gz (27 kB)
Collecting gast>=0.2.0
  Using cached gast-0.4.0-py3-none-any.whl (9.8 kB)
Requirement already satisfied: wheel>=0.26 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from tensorflow==1.14.0) (0.36.2)
Collecting protobuf>=3.6.1
  Downloading protobuf-3.15.8-cp37-cp37m-win_amd64.whl (904 kB)
     |████████████████████████████████| 904 kB 3.3 MB/s
Collecting tensorflow-estimator<1.15.0rc0,>=1.14.0rc0
  Using cached tensorflow_estimator-1.14.0-py2.py3-none-any.whl (488 kB)
Collecting google-pasta>=0.1.6
  Using cached google_pasta-0.2.0-py3-none-any.whl (57 kB)
Collecting astor>=0.6.0
  Using cached astor-0.8.1-py2.py3-none-any.whl (27 kB)
Collecting absl-py>=0.7.0
  Downloading absl_py-0.12.0-py3-none-any.whl (129 kB)
     |████████████████████████████████| 129 kB 3.3 MB/s
Collecting numpy<2.0,>=1.14.5
  Downloading numpy-1.20.2-cp37-cp37m-win_amd64.whl (13.6 MB)
     |████████████████████████████████| 13.6 MB 3.3 MB/s
Collecting six>=1.10.0
  Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting h5py
  Downloading h5py-3.2.1-cp37-cp37m-win_amd64.whl (2.7 MB)
     |████████████████████████████████| 2.7 MB 6.8 MB/s
Collecting markdown>=2.6.8
  Downloading Markdown-3.3.4-py3-none-any.whl (97 kB)
     |████████████████████████████████| 97 kB 2.3 MB/s
Collecting werkzeug>=0.11.15
  Using cached Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
Requirement already satisfied: setuptools>=41.0.0 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from tensorboard<1.15.0,>=1.14.0->tensorflow==1.14.0) (52.0.0.post20210125)
Collecting importlib-metadata
  Downloading importlib_metadata-3.10.1-py3-none-any.whl (14 kB)
Collecting cached-property
  Using cached cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting typing-extensions>=3.6.4
  Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
Collecting zipp>=0.5
  Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB)
Building wheels for collected packages: termcolor, wrapt
  Building wheel for termcolor (setup.py) ... done
  Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4829 sha256=dc9f1840022adc2c25de6f10bce75748a914c5c35f58719a0532623520772036
  Stored in directory: c:\users\zzt\appdata\local\pip\cache\wheels\3f\e3\ec\8a8336ff196023622fbcb36de0c5a5c218cbb24111d1d4c7f2
  Building wheel for wrapt (setup.py) ... done
  Created wheel for wrapt: filename=wrapt-1.12.1-py3-none-any.whl size=19553 sha256=f0cd5e6773786874b563aa1a7c3394a35e7c8561b54cc47fc00730df91614fd6
  Stored in directory: c:\users\zzt\appdata\local\pip\cache\wheels\62\76\4c\aa25851149f3f6d9785f6c869387ad82b3fd37582fa8147ac6
Successfully built termcolor wrapt
Installing collected packages: zipp, typing-extensions, six, numpy, importlib-metadata, cached-property, werkzeug, protobuf, markdown, h5py, grpcio, absl-py, wrapt, termcolor, tensorflow-estimator, tensorboard, keras-preprocessing, keras-applications, google-pasta, gast, astor, tensorflow
Successfully installed absl-py-0.12.0 astor-0.8.1 cached-property-1.5.2 gast-0.4.0 google-pasta-0.2.0 grpcio-1.37.0 h5py-3.2.1 importlib-metadata-3.10.1 keras-applications-1.0.8 keras-preprocessing-1.1.2 markdown-3.3.4 numpy-1.20.2 protobuf-3.15.8 six-1.15.0 tensorboard-1.14.0 tensorflow-1.14.0 tensorflow-estimator-1.14.0 termcolor-1.1.0 typing-extensions-3.7.4.3 werkzeug-1.0.1 wrapt-1.12.1 zipp-3.4.1

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>

 

 

 

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>pip install protobuf-compiler
Collecting protobuf-compiler
  Downloading protobuf_compiler-1.0.20-py3-none-any.whl (8.6 kB)
Collecting grpcio==1.18.0
  Downloading grpcio-1.18.0-cp37-cp37m-win_amd64.whl (1.5 MB)
     |████████████████████████████████| 1.5 MB 969 kB/s
Collecting tqdm==4.31.1
  Downloading tqdm-4.31.1-py2.py3-none-any.whl (48 kB)
     |████████████████████████████████| 48 kB 3.2 MB/s
Collecting colorama==0.3.3
  Downloading colorama-0.3.3.tar.gz (22 kB)
Requirement already satisfied: termcolor==1.1.0 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from protobuf-compiler) (1.1.0)
Collecting grpcio-tools==1.18.0
  Downloading grpcio_tools-1.18.0-cp37-cp37m-win_amd64.whl (1.4 MB)
     |████████████████████████████████| 1.4 MB 3.3 MB/s
Collecting bleach==2.1.0
  Downloading bleach-2.1-py2.py3-none-any.whl (27 kB)
Collecting html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
     |████████████████████████████████| 112 kB 6.4 MB/s
Requirement already satisfied: six in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from bleach==2.1.0->protobuf-compiler) (1.15.0)
Requirement already satisfied: protobuf>=3.5.0.post1 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from grpcio-tools==1.18.0->protobuf-compiler) (3.15.8)
Collecting webencodings
  Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Building wheels for collected packages: colorama
  Building wheel for colorama (setup.py) ... done
  Created wheel for colorama: filename=colorama-0.3.3-py3-none-any.whl size=14317 sha256=29a89e5fdcf429238588b8b43c07db66e23ab858a22d49640fd553e436bf30c9
  Stored in directory: c:\users\zzt\appdata\local\pip\cache\wheels\ac\42\97\77eb85865f435ca81a91fe4c269471f5b4d50144344868f3b1
Successfully built colorama
Installing collected packages: webencodings, html5lib, grpcio, tqdm, grpcio-tools, colorama, bleach, protobuf-compiler
  Attempting uninstall: grpcio
    Found existing installation: grpcio 1.37.0
    Uninstalling grpcio-1.37.0:
      Successfully uninstalled grpcio-1.37.0
Successfully installed bleach-2.1 colorama-0.3.3 grpcio-1.18.0 grpcio-tools-1.18.0 html5lib-1.1 protobuf-compiler-1.0.20 tqdm-4.31.1 webencodings-0.5.1

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>

 

 

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>pip install Cython
Collecting Cython
  Downloading Cython-0.29.23-cp37-cp37m-win_amd64.whl (1.6 MB)
     |████████████████████████████████| 1.6 MB 297 kB/s
Installing collected packages: Cython
Successfully installed Cython-0.29.23

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>

 

 

 

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>pip install contextlib2
Collecting contextlib2
  Downloading contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB)
Installing collected packages: contextlib2
Successfully installed contextlib2-0.6.0.post1

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>

 

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>pip install pillow
Collecting pillow
  Downloading Pillow-8.2.0-cp37-cp37m-win_amd64.whl (2.2 MB)
     |████████████████████████████████| 2.2 MB 297 kB/s
Installing collected packages: pillow
Successfully installed pillow-8.2.0

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>

 

 

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>pip install lxml
Collecting lxml
  Downloading lxml-4.6.3-cp37-cp37m-win_amd64.whl (3.5 MB)
     |████████████████████████████████| 3.5 MB 3.3 MB/s
Installing collected packages: lxml
Successfully installed lxml-4.6.3

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>

 

 

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>pip install jupyter
Collecting jupyter
  Downloading jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Collecting ipykernel
  Downloading ipykernel-5.5.3-py3-none-any.whl (120 kB)
     |████████████████████████████████| 120 kB 284 kB/s
Collecting jupyter-console
  Downloading jupyter_console-6.4.0-py3-none-any.whl (22 kB)
Collecting nbconvert
  Downloading nbconvert-6.0.7-py3-none-any.whl (552 kB)
     |████████████████████████████████| 552 kB 1.3 MB/s
Collecting qtconsole
  Downloading qtconsole-5.0.3-py3-none-any.whl (119 kB)
     |████████████████████████████████| 119 kB 6.4 MB/s
Collecting ipywidgets
  Downloading ipywidgets-7.6.3-py2.py3-none-any.whl (121 kB)
     |████████████████████████████████| 121 kB 3.3 MB/s
Collecting notebook
  Downloading notebook-6.3.0-py3-none-any.whl (9.5 MB)
     |████████████████████████████████| 9.5 MB 3.3 MB/s
Collecting jupyter-client
  Downloading jupyter_client-6.1.12-py3-none-any.whl (112 kB)
     |████████████████████████████████| 112 kB 6.4 MB/s
Collecting tornado>=4.2
  Downloading tornado-6.1-cp37-cp37m-win_amd64.whl (422 kB)
     |████████████████████████████████| 422 kB 3.2 MB/s
Collecting ipython>=5.0.0
  Downloading ipython-7.22.0-py3-none-any.whl (785 kB)
     |████████████████████████████████| 785 kB 6.8 MB/s
Collecting traitlets>=4.1.0
  Downloading traitlets-5.0.5-py3-none-any.whl (100 kB)
     |████████████████████████████████| 100 kB 6.4 MB/s
Collecting pickleshare
  Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting decorator
  Downloading decorator-5.0.7-py3-none-any.whl (8.8 kB)
Requirement already satisfied: colorama in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (0.3.3)
Collecting jedi>=0.16
  Downloading jedi-0.18.0-py2.py3-none-any.whl (1.4 MB)
     |████████████████████████████████| 1.4 MB 3.3 MB/s
Requirement already satisfied: setuptools>=18.5 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from ipython>=5.0.0->ipykernel->jupyter) (52.0.0.post20210125)
Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
  Downloading prompt_toolkit-3.0.18-py3-none-any.whl (367 kB)
     |████████████████████████████████| 367 kB 6.8 MB/s
Collecting backcall
  Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting pygments
  Downloading Pygments-2.8.1-py3-none-any.whl (983 kB)
     |████████████████████████████████| 983 kB 6.4 MB/s
Collecting parso<0.9.0,>=0.8.0
  Downloading parso-0.8.2-py2.py3-none-any.whl (94 kB)
     |████████████████████████████████| 94 kB 1.0 MB/s
Collecting wcwidth
  Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting ipython-genutils
  Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Collecting widgetsnbextension~=3.5.0
  Downloading widgetsnbextension-3.5.1-py2.py3-none-any.whl (2.2 MB)
     |████████████████████████████████| 2.2 MB 6.4 MB/s
Collecting nbformat>=4.2.0
  Downloading nbformat-5.1.3-py3-none-any.whl (178 kB)
     |████████████████████████████████| 178 kB 3.3 MB/s
Collecting jupyterlab-widgets>=1.0.0
  Downloading jupyterlab_widgets-1.0.0-py3-none-any.whl (243 kB)
     |████████████████████████████████| 243 kB 6.4 MB/s
Collecting jsonschema!=2.5.0,>=2.4
  Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
     |████████████████████████████████| 56 kB 2.0 MB/s
Collecting jupyter-core
  Downloading jupyter_core-4.7.1-py3-none-any.whl (82 kB)
     |████████████████████████████████| 82 kB 482 kB/s
Requirement already satisfied: importlib-metadata in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (3.10.1)
Collecting attrs>=17.4.0
  Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
     |████████████████████████████████| 49 kB 3.2 MB/s
Requirement already satisfied: six>=1.11.0 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (1.15.0)
Collecting pyrsistent>=0.14.0
  Downloading pyrsistent-0.17.3.tar.gz (106 kB)
     |████████████████████████████████| 106 kB 6.4 MB/s
Collecting prometheus-client
  Downloading prometheus_client-0.10.1-py2.py3-none-any.whl (55 kB)
     |████████████████████████████████| 55 kB 4.1 MB/s
Collecting Send2Trash>=1.5.0
  Downloading Send2Trash-1.5.0-py3-none-any.whl (12 kB)
Collecting terminado>=0.8.3
  Downloading terminado-0.9.4-py3-none-any.whl (14 kB)
Collecting pyzmq>=17
  Downloading pyzmq-22.0.3-cp37-cp37m-win_amd64.whl (1.2 MB)
     |████████████████████████████████| 1.2 MB 6.4 MB/s
Collecting jinja2
  Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
     |████████████████████████████████| 125 kB 6.8 MB/s
Collecting argon2-cffi
  Downloading argon2_cffi-20.1.0-cp37-cp37m-win_amd64.whl (42 kB)
     |████████████████████████████████| 42 kB 363 kB/s
Collecting python-dateutil>=2.1
  Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
     |████████████████████████████████| 227 kB 6.8 MB/s
Collecting pywin32>=1.0
  Downloading pywin32-300-cp37-cp37m-win_amd64.whl (9.2 MB)
     |████████████████████████████████| 9.2 MB 3.2 MB/s
Collecting pywinpty>=0.5
  Downloading pywinpty-0.5.7-cp37-cp37m-win_amd64.whl (1.3 MB)
     |████████████████████████████████| 1.3 MB 6.4 MB/s
Collecting cffi>=1.0.0
  Downloading cffi-1.14.5-cp37-cp37m-win_amd64.whl (178 kB)
     |████████████████████████████████| 178 kB 3.3 MB/s
Collecting pycparser
  Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
     |████████████████████████████████| 112 kB 6.4 MB/s
Requirement already satisfied: typing-extensions>=3.6.4 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from importlib-metadata->jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (3.7.4.3)
Requirement already satisfied: zipp>=0.5 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from importlib-metadata->jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter) (3.4.1)
Collecting MarkupSafe>=0.23
  Downloading MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl (16 kB)
Collecting defusedxml
  Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting mistune<2,>=0.8.1
  Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB)
Collecting jupyterlab-pygments
  Downloading jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB)
Collecting testpath
  Downloading testpath-0.4.4-py2.py3-none-any.whl (163 kB)
     |████████████████████████████████| 163 kB 6.4 MB/s
Collecting nbclient<0.6.0,>=0.5.0
  Downloading nbclient-0.5.3-py3-none-any.whl (82 kB)
     |████████████████████████████████| 82 kB 6.1 MB/s
Collecting pandocfilters>=1.4.1
  Downloading pandocfilters-1.4.3.tar.gz (16 kB)
Collecting entrypoints>=0.2.2
  Downloading entrypoints-0.3-py2.py3-none-any.whl (11 kB)
Requirement already satisfied: bleach in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from nbconvert->jupyter) (2.1)
Collecting async-generator
  Downloading async_generator-1.10-py3-none-any.whl (18 kB)
Collecting nest-asyncio
  Downloading nest_asyncio-1.5.1-py3-none-any.whl (5.0 kB)
Requirement already satisfied: html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from bleach->nbconvert->jupyter) (1.1)
Requirement already satisfied: webencodings in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre->bleach->nbconvert->jupyter) (0.5.1)
Collecting qtpy
  Downloading QtPy-1.9.0-py2.py3-none-any.whl (54 kB)
     |████████████████████████████████| 54 kB 1.1 MB/s
Building wheels for collected packages: pyrsistent, pandocfilters
  Building wheel for pyrsistent (setup.py) ... done
  Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp37-cp37m-win_amd64.whl size=55871 sha256=ca43d3b92456d91bd189bad6e48f27eef7908cee0572d03154a591933a4d9702
  Stored in directory: c:\users\zzt\appdata\local\pip\cache\wheels\a5\52\bf\71258a1d7b3c8cbe1ee53f9314c6f65f20385481eaee573cc5
  Building wheel for pandocfilters (setup.py) ... done
  Created wheel for pandocfilters: filename=pandocfilters-1.4.3-py3-none-any.whl size=7992 sha256=9033ec8aa079b66ed1671e688b32a7d50ca91af50deb2c21ac27d3b170592227
  Stored in directory: c:\users\zzt\appdata\local\pip\cache\wheels\42\81\34\545dc2fbf0e9137811e901108d37fc04650e81d48f97078000
Successfully built pyrsistent pandocfilters
Installing collected packages: ipython-genutils, traitlets, pywin32, pyrsistent, attrs, wcwidth, tornado, pyzmq, python-dateutil, parso, jupyter-core, jsonschema, pygments, pycparser, prompt-toolkit, pickleshare, nest-asyncio, nbformat, MarkupSafe, jupyter-client, jedi, decorator, backcall, async-generator, testpath, pywinpty, pandocfilters, nbclient, mistune, jupyterlab-pygments, jinja2, ipython, entrypoints, defusedxml, cffi, terminado, Send2Trash, prometheus-client, nbconvert, ipykernel, argon2-cffi, notebook, widgetsnbextension, qtpy, jupyterlab-widgets, qtconsole, jupyter-console, ipywidgets, jupyter
Successfully installed MarkupSafe-1.1.1 Send2Trash-1.5.0 argon2-cffi-20.1.0 async-generator-1.10 attrs-20.3.0 backcall-0.2.0 cffi-1.14.5 decorator-5.0.7 defusedxml-0.7.1 entrypoints-0.3 ipykernel-5.5.3 ipython-7.22.0 ipython-genutils-0.2.0 ipywidgets-7.6.3 jedi-0.18.0 jinja2-2.11.3 jsonschema-3.2.0 jupyter-1.0.0 jupyter-client-6.1.12 jupyter-console-6.4.0 jupyter-core-4.7.1 jupyterlab-pygments-0.1.2 jupyterlab-widgets-1.0.0 mistune-0.8.4 nbclient-0.5.3 nbconvert-6.0.7 nbformat-5.1.3 nest-asyncio-1.5.1 notebook-6.3.0 pandocfilters-1.4.3 parso-0.8.2 pickleshare-0.7.5 prometheus-client-0.10.1 prompt-toolkit-3.0.18 pycparser-2.20 pygments-2.8.1 pyrsistent-0.17.3 python-dateutil-2.8.1 pywin32-300 pywinpty-0.5.7 pyzmq-22.0.3 qtconsole-5.0.3 qtpy-1.9.0 terminado-0.9.4 testpath-0.4.4 tornado-6.1 traitlets-5.0.5 wcwidth-0.2.5 widgetsnbextension-3.5.1

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>

 

 

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>pip install matplotlib
Collecting matplotlib
  Downloading matplotlib-3.4.1-cp37-cp37m-win_amd64.whl (7.1 MB)
     |████████████████████████████████| 7.1 MB 3.3 MB/s
Requirement already satisfied: pillow>=6.2.0 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from matplotlib) (8.2.0)
Collecting pyparsing>=2.2.1
  Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
     |████████████████████████████████| 67 kB 2.8 MB/s
Requirement already satisfied: python-dateutil>=2.7 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from matplotlib) (2.8.1)
Collecting cycler>=0.10
  Downloading cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
Requirement already satisfied: numpy>=1.16 in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from matplotlib) (1.20.2)
Collecting kiwisolver>=1.0.1
  Downloading kiwisolver-1.3.1-cp37-cp37m-win_amd64.whl (51 kB)
     |████████████████████████████████| 51 kB 3.8 MB/s
Requirement already satisfied: six in c:\users\zzt\appdata\local\conda\conda\envs\tf_2021\lib\site-packages (from cycler>=0.10->matplotlib) (1.15.0)
Installing collected packages: pyparsing, kiwisolver, cycler, matplotlib
Successfully installed cycler-0.10.0 kiwisolver-1.3.1 matplotlib-3.4.1 pyparsing-2.4.7

(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>
(tf_2021) E:\Anaconda3>

 

 

 

 

 

 

 

 

 https://blog.csdn.net/zhangzc12409/article/details/90512044

 https://github.com/tensorflow/models/blob/v1.13.0/research/object_detection/g3doc/installation.md

 https://github.com/tensorflow/models/blob/v1.13.0/research/object_detection/g3doc/installation.md

############################

ZT台式机 Tensorflow配置

原文:https://www.cnblogs.com/herd/p/14660806.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!