python3.6版本的tensorflow2.0.0離線安裝

Microsoft Windows [版本 10.0.18363.900]
© 2019 Microsoft Corporation。保留所有權利。

C:\Users\Administrator>activate deeplearning

(deeplearning) C:\Users\Administrator>pip install C:\tensorflow-2.0.0-cp36-cp36m-win_amd64.whl
Processing c:\tensorflow-2.0.0-cp36-cp36m-win_amd64.whl
Collecting numpy<2.0,>=1.16.0 (from tensorflow==2.0.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/4e/a0/7c78c8a2bb3f93eda58c4397936b669952051eef355e9e87a61ac29609e1/numpy-1.19.0-cp36-cp36m-win_amd64.whl (13.0MB)
1% |▋ | 235kB 22kB/s eta 0:09:24Exception:
Traceback (most recent call last):
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip_vendor\requests\packages\urllib3\response.py”, line 232, in _error_catcher
yield
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip_vendor\requests\packages\urllib3\response.py”, line 314, in read
data = self._fp.read(amt)
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip_vendor\cachecontrol\filewrapper.py”, line 60, in read
data = self.__fp.read(amt)
File “C:\Anaconda3.0\envs\deeplearning\lib\http\client.py”, line 449, in read
n = self.readinto(b)
File “C:\Anaconda3.0\envs\deeplearning\lib\http\client.py”, line 493, in readinto
n = self.fp.readinto(b)
File “C:\Anaconda3.0\envs\deeplearning\lib\socket.py”, line 586, in readinto
return self._sock.recv_into(b)
File “C:\Anaconda3.0\envs\deeplearning\lib\ssl.py”, line 1002, in recv_into
return self.read(nbytes, buffer)
File “C:\Anaconda3.0\envs\deeplearning\lib\ssl.py”, line 865, in read
return self._sslobj.read(len, buffer)
File “C:\Anaconda3.0\envs\deeplearning\lib\ssl.py”, line 625, in read
v = self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\basecommand.py”, line 215, in main
status = self.run(options, args)
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\commands\install.py”, line 335, in run
wb.build(autobuilding=True)
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\wheel.py”, line 749, in build
self.requirement_set.prepare_files(self.finder)
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\req\req_set.py”, line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\req\req_set.py”, line 620, in _prepare_file
session=self.session, hashes=hashes)
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\download.py”, line 821, in unpack_url
hashes=hashes
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\download.py”, line 659, in unpack_http_url
hashes)
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\download.py”, line 882, in _download_http_url
_download_url(resp, link, content_file, hashes)
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\download.py”, line 603, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\utils\hashes.py”, line 46, in check_against_chunks
for chunk in chunks:
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\download.py”, line 571, in written_chunks
for chunk in chunks:
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\utils\ui.py”, line 139, in iter
for x in it:
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip\download.py”, line 560, in resp_read
decode_content=False):
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip_vendor\requests\packages\urllib3\response.py”, line 357, in stream
data = self.read(amt=amt, decode_content=decode_content)
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip_vendor\requests\packages\urllib3\response.py”, line 324, in read
flush_decoder = True
File “C:\Anaconda3.0\envs\deeplearning\lib\contextlib.py”, line 99, in exit
self.gen.throw(type, value, traceback)
File “C:\Anaconda3.0\envs\deeplearning\lib\site-packages\pip_vendor\requests\packages\urllib3\response.py”, line 237, in _error_catcher
raise ReadTimeoutError(self._pool, None, ‘Read timed out.’)
pip._vendor.requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
You are using pip version 9.0.1, however version 20.1.1 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip’ command.

(deeplearning) C:\Users\Administrator>conda install C:\tensorflow-2.0.0-cp36-cp36m-win_amd64.whl
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  • \tensorflow-2.0.0-cp36-cp36m-win_amd64.whl

Current channels:

  • https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-64
  • https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/noarch
  • https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/win-64
  • https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch
  • https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/win-64
  • https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/noarch

To search for alternate channels that may provide the conda package you’re
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

(deeplearning) C:\Users\Administrator>pip install C:\tensorflow-2.0.0-cp36-cp36m-win_amd64.whl
Processing c:\tensorflow-2.0.0-cp36-cp36m-win_amd64.whl
Collecting tensorflow-estimator<2.1.0,>=2.0.0 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/fc/08/8b927337b7019c374719145d1dceba21a8bb909b93b1ad6f8fb7d22c1ca1/tensorflow_estimator-2.0.1-py2.py3-none-any.whl (449kB)
100% |████████████████████████████████| 450kB 154kB/s
Collecting termcolor>=1.1.0 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
Collecting google-pasta>=0.1.6 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/a3/de/c648ef6835192e6e2cc03f40b19eeda4382c49b5bafb43d88b931c4c74ac/google_pasta-0.2.0-py3-none-any.whl (57kB)
100% |████████████████████████████████| 61kB 412kB/s
Collecting opt-einsum>=2.3.2 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/63/a5/e6c07b08b934831ccb8c98ee335e66b7761c5754ee3cabfe4c11d0b1af28/opt_einsum-3.2.1-py3-none-any.whl (63kB)
100% |████████████████████████████████| 71kB 512kB/s
Requirement already satisfied: wheel>=0.26 in c:\anaconda3.0\envs\deeplearning\lib\site-packages (from tensorflow== 2.0.0)
Collecting astor>=0.6.0 (from tensorflow== 2.0.0)
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/c3/88/97eef84f48fa04fbd6750e62dcceafba6c63c81b7ac1420856c8dcc0a3f9/astor-0.8.1-py2.py3-none-any.whl
Collecting keras-preprocessing>=1.0.5 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/79/4c/7c3275a01e12ef9368a892926ab932b33bb13d55794881e3573482b378a7/Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42kB)
100% |████████████████████████████████| 51kB 674kB/s
Collecting absl-py>=0.7.0 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/1a/53/9243c600e047bd4c3df9e69cfabc1e8004a82cac2e0c484580a78a94ba2a/absl-py-0.9.0.tar.gz (104kB)
100% |████████████████████████████████| 112kB 556kB/s
Collecting six>=1.10.0 (from tensorflow== 2.0.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
Collecting gast== 0.2.2 (from tensorflow== 2.0.0)
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/4e/35/11749bf99b2d4e3cceb4d55ca22590b0d7c2c62b9de38ac4a4a7f4687421/gast-0.2.2.tar.gz
Collecting protobuf>=3.6.1 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/1a/59/3e630ae8a78d7faafc1697a3b3f7f70384c720895f4ba0a530d296954c1a/protobuf-3.12.2-cp36-cp36m-win_amd64.whl (1.1MB)
100% |████████████████████████████████| 1.1MB 439kB/s
Collecting grpcio>=1.8.6 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/c7/01/59e00ae6e690c22439c2594d1b3ef9d3bffcd2d4a1b6b1003f6040043777/grpcio-1.30.0-cp36-cp36m-win_amd64.whl (2.4MB)
100% |████████████████████████████████| 2.4MB 284kB/s
Collecting numpy<2.0,>=1.16.0 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/4e/a0/7c78c8a2bb3f93eda58c4397936b669952051eef355e9e87a61ac29609e1/numpy-1.19.0-cp36-cp36m-win_amd64.whl (13.0MB)
100% |████████████████████████████████| 13.0MB 65kB/s
Collecting wrapt>=1.11.1 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/82/f7/e43cefbe88c5fd371f4cf0cf5eb3feccd07515af9fd6cf7dbf1d1793a797/wrapt-1.12.1.tar.gz
Collecting keras-applications>=1.0.8 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/71/e3/19762fdfc62877ae9102edf6342d71b28fbfd9dea3d2f96a882ce099b03f/Keras_Applications-1.0.8-py3-none-any.whl (50kB)
100% |████████████████████████████████| 51kB 1.3MB/s
Collecting tensorboard<2.1.0,>=2.0.0 (from tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/76/54/99b9d5d52d5cb732f099baaaf7740403e83fe6b0cedde940fabd2b13d75a/tensorboard-2.0.2-py3-none-any.whl (3.8MB)
100% |████████████████████████████████| 3.8MB 204kB/s
Requirement already satisfied: setuptools in c:\anaconda3.0\envs\deeplearning\lib\site-packages (from protobuf>=3.6.1->tensorflow== 2.0.0)
Collecting h5py (from keras-applications>=1.0.8->tensorflow== 2.0.0)
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/0b/fa/bee65d2dbdbd3611702aafd128139c53c90a1285f169ba5467aab252e27a/h5py-2.10.0-cp36-cp36m-win_amd64.whl (2.4MB)
100% |████████████████████████████████| 2.4MB 269kB/s
Collecting requests<3,>= 2.21.0 (from tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/45/1e/0c169c6a5381e241ba7404532c16a21d86ab872c9bed8bdcd4c423954103/requests-2.24.0-py2.py3-none-any.whl (61kB)
100% |████████████████████████████████| 71kB 1.5MB/s
Collecting google-auth-oauthlib<0.5,>=0.4.1 (from tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/7b/b8/88def36e74bee9fce511c9519571f4e485e890093ab7442284f4ffaef60b/google_auth_oauthlib-0.4.1-py2.py3-none-any.whl
Collecting google-auth<2,>=1.6.3 (from tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/21/57/d706964a7e4056f3f2244e16705388c11631fbb53d3e2d2a2d0fbc24d470/google_auth-1.18.0-py2.py3-none-any.whl (90kB)
100% |████████████████████████████████| 92kB 1.5MB/s
Collecting werkzeug>=0.11.15 (from tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl (298kB)
100% |████████████████████████████████| 307kB 136kB/s
Collecting markdown>=2.6.8 (from tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/a4/63/eaec2bd025ab48c754b55e8819af0f6a69e2b1e187611dd40cbbe101ee7f/Markdown-3.2.2-py3-none-any.whl (88kB)
100% |████████████████████████████████| 92kB 1.2MB/s
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests<3,>=2.21.0->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/e1/e5/df302e8017440f111c11cc41a6b432838672f5a70aa29227bf58149dc72f/urllib3-1.25.9-py2.py3-none-any.whl (126kB)
100% |████████████████████████████████| 133kB 883kB/s
Collecting idna<3,>=2.5 (from requests<3,>=2.21.0->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/89/e3/afebe61c546d18fb1709a61bee788254b40e736cff7271c7de5de2dc4128/idna-2.9-py2.py3-none-any.whl (58kB)
100% |████████████████████████████████| 61kB 853kB/s
Collecting chardet<4,>=3.0.2 (from requests<3,>=2.21.0->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
100% |████████████████████████████████| 143kB 3.4MB/s
Collecting certifi>=2017.4.17 (from requests<3,>=2.21.0->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/5e/c4/6c4fe722df5343c33226f0b4e0bb042e4dc13483228b4718baf286f86d87/certifi-2020.6.20-py2.py3-none-any.whl (156kB)
100% |████████████████████████████████| 163kB 948kB/s
Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<0.5,>=0.4.1->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/a3/12/b92740d845ab62ea4edf04d2f4164d82532b5a0b03836d4d4e71c6f3d379/requests_oauthlib-1.3.0-py2.py3-none-any.whl
Collecting rsa<5,>=3.1.4; python_version >= “3” (from google-auth<2,>=1.6.3->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/1c/df/c3587a667d6b308fadc90b99e8bc8774788d033efcc70f4ecaae7fad144b/rsa-4.6-py3-none-any.whl (47kB)
100% |████████████████████████████████| 51kB 1.3MB/s
Collecting cachetools<5.0,>=2.0.0 (from google-auth<2,>=1.6.3->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/b3/59/524ffb454d05001e2be74c14745b485681c6ed5f2e625f71d135704c0909/cachetools-4.1.0-py3-none-any.whl
Collecting pyasn1-modules>=0.2.1 (from google-auth<2,>=1.6.3->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/95/de/214830a981892a3e286c3794f41ae67a4495df1108c3da8a9f62159b9a9d/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155kB)
100% |████████████████████████████████| 163kB 426kB/s
Collecting importlib-metadata; python_version < “3.8” (from markdown>=2.6.8->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/8e/58/cdea07eb51fc2b906db0968a94700866fc46249bdc75cac23f9d13168929/importlib_metadata-1.7.0-py2.py3-none-any.whl
Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/05/57/ce2e7a8fa7c0afb54a0581b14a65b56e62b5759dbc98e80627142b8a3704/oauthlib-3.1.0-py2.py3-none-any.whl (147kB)
100% |████████████████████████████████| 153kB 1.1MB/s
Collecting pyasn1>=0.1.3 (from rsa<5,>=3.1.4; python_version >= “3”->google-auth<2,>=1.6.3->tensorboard<2.1.0,>=2.0.0->tensorflow== 2.0.0)
Downloading https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl (77kB)
100% |████████████████████████████████| 81kB 910kB/s
Collecting zipp>=0.5 (from importlib-metadata; python_version < “3.8”->markdown>=2.6.8->tensorboard<2.1.0,>=2.0.0->tensorflow==2.0.0)
Downloading https://files.pythonhosted.org/packages/b2/34/bfcb43cc0ba81f527bc4f40ef41ba2ff4080e047acb0586b56b3d017ace4/zipp-3.1.0-py3-none-any.whl
Building wheels for collected packages: termcolor, absl-py, gast, wrapt
Running setup.py bdist_wheel for termcolor … done
Stored in directory: C:\Users\Administrator\AppData\Local\pip\Cache\wheels\7c\06\54\bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
Running setup.py bdist_wheel for absl-py … done
Stored in directory: C:\Users\Administrator\AppData\Local\pip\Cache\wheels\8e\28\49\fad4e7f0b9a1227708cbbee4487ac8558a7334849cb81c813d
Running setup.py bdist_wheel for gast … done
Stored in directory: C:\Users\Administrator\AppData\Local\pip\Cache\wheels\5c\2e\7e\a1d4d4fcebe6c381f378ce7743a3ced3699feb89bcfbdadadd
Running setup.py bdist_wheel for wrapt … done
Stored in directory: C:\Users\Administrator\AppData\Local\pip\Cache\wheels\b1\c2\ed\d62208260edbd3fa7156545c00ef966f45f2063d0a84f8208a
Successfully built termcolor absl-py gast wrapt
Installing collected packages: tensorflow-estimator, termcolor, six, google-pasta, numpy, opt-einsum, astor, keras-preprocessing, absl-py, gast, protobuf, grpcio, wrapt, h5py, keras-applications, urllib3, idna, chardet, certifi, requests, pyasn1, rsa, cachetools, pyasn1-modules, google-auth, oauthlib, requests-oauthlib, google-auth-oauthlib, werkzeug, zipp, importlib-metadata, markdown, tensorboard, tensorflow
Found existing installation: certifi 2016.2.28
Uninstalling certifi-2016.2.28:
Successfully uninstalled certifi-2016.2.28
Successfully installed absl-py-0.9.0 astor-0.8.1 cachetools-4.1.0 certifi-2020.6.20 chardet-3.0.4 gast-0.2.2 google-auth-1.18.0 google-auth-oauthlib-0.4.1 google-pasta-0.2.0 grpcio-1.30.0 h5py-2.10.0 idna-2.9 importlib-metadata-1.7.0 keras-applications-1.0.8 keras-preprocessing-1.1.2 markdown-3.2.2 numpy-1.19.0 oauthlib-3.1.0 opt-einsum-3.2.1 protobuf-3.12.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.24.0 requests-oauthlib-1.3.0 rsa-4.6 six-1.15.0 tensorboard-2.0.2 tensorflow-2.0.0 tensorflow-estimator-2.0.1 termcolor-1.1.0 urllib3-1.25.9 werkzeug-1.0.1 wrapt-1.12.1 zipp-3.1.0

You are using pip version 9.0.1, however version 20.1.1 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip’ command.

(deeplearning) C:\Users\Administrator>-m pip install --upgrade pip
‘-m’ 不是內部或外部命令,也不是可運行的程序
或批處理文件。

(deeplearning) C:\Users\Administrator>python -m pip install --upgrade pip
Cache entry deserialization failed, entry ignored
Collecting pip
Downloading https://files.pythonhosted.org/packages/43/84/23ed6a1796480a6f1a2d38f2802901d078266bda38388954d01d3f2e821d/pip-20.1.1-py2.py3-none-any.whl (1.5MB)
100% |████████████████████████████████| 1.5MB 409kB/s
Installing collected packages: pip
Found existing installation: pip 9.0.1
Uninstalling pip-9.0.1:
Successfully uninstalled pip-9.0.1
Successfully installed pip-20.1.1

(deeplearning) C:\Users\Administrator>pip

Usage:
pip [options]

Commands:
install Install packages.
download Download packages.
uninstall Uninstall packages.
freeze Output installed packages in requirements format.
list List installed packages.
show Show information about installed packages.
check Verify installed packages have compatible dependencies.
config Manage local and global configuration.
search Search PyPI for packages.
cache Inspect and manage pip’s wheel cache.
wheel Build wheels from your requirements.
hash Compute hashes of package archives.
completion A helper command used for command completion.
debug Show information useful for debugging.
help Show help for commands.

General Options:
-h, --help Show help.
–isolated Run pip in an isolated mode, ignoring environment variables and user configuration.
-v, --verbose Give more output. Option is additive, and can be used up to 3 times.
-V, --version Show version and exit.
-q, --quiet Give less output. Option is additive, and can be used up to 3 times (corresponding to
WARNING, ERROR, and CRITICAL logging levels).
–log Path to a verbose appending log.
–proxy Specify a proxy in the form [user:passwd@]proxy.server:port.
–retries Maximum number of retries each connection should attempt (default 5 times).
–timeout Set the socket timeout (default 15 seconds).
–exists-action Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup,
(a)bort.
–trusted-host Mark this host or host:port pair as trusted, even though it does not have valid or any
HTTPS.
–cert Path to alternate CA bundle.
–client-cert Path to SSL client certificate, a single file containing the private key and the
certificate in PEM format.
–cache-dir

Store the cache data in .
–no-cache-dir Disable the cache.
–disable-pip-version-check
Don’t periodically check PyPI to determine whether a new version of pip is available for
download. Implied with --no-index.
–no-color Suppress colored output
–no-python-version-warning
Silence deprecation warnings for upcoming unsupported Pythons.

(deeplearning) C:\Users\Administrator>conda list
packages in environment at C:\Anaconda3.0\envs\deeplearning:

#Name Version Build Channel
absl-py 0.9.0 pypi_0 pypi
astor 0.8.1 pypi_0 pypi
cachetools 4.1.0 pypi_0 pypi
certifi 2020.6.20 pypi_0 pypi
chardet 3.0.4 pypi_0 pypi
gast 0.2.2 pypi_0 pypi
google-auth 1.18.0 pypi_0 pypi
google-auth-oauthlib 0.4.1 pypi_0 pypi
google-pasta 0.2.0 pypi_0 pypi
grpcio 1.30.0 pypi_0 pypi
h5py 2.10.0 pypi_0 pypi
idna 2.9 pypi_0 pypi
importlib-metadata 1.7.0 pypi_0 pypi
keras-applications 1.0.8 pypi_0 pypi
keras-preprocessing 1.1.2 pypi_0 pypi
markdown 3.2.2 pypi_0 pypi
numpy 1.19.0 pypi_0 pypi
oauthlib 3.1.0 pypi_0 pypi
opt-einsum 3.2.1 pypi_0 pypi
pip 20.1.1 pypi_0 pypi
protobuf 3.12.2 pypi_0 pypi
pyasn1 0.4.8 pypi_0 pypi
pyasn1-modules 0.2.8 pypi_0 pypi
python 3.6.2 0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
requests 2.24.0 pypi_0 pypi
requests-oauthlib 1.3.0 pypi_0 pypi
rsa 4.6 pypi_0 pypi
setuptools 36.4.0 py36_1 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
six 1.15.0 pypi_0 pypi
tensorboard 2.0.2 pypi_0 pypi
tensorflow 2.0.0 pypi_0 pypi
tensorflow-estimator 2.0.1 pypi_0 pypi
termcolor 1.1.0 pypi_0 pypi
urllib3 1.25.9 pypi_0 pypi
vc 14 0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
vs2015_runtime 14.0.25420 0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
werkzeug 1.0.1 pypi_0 pypi
wheel 0.29.0 py36_0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
wincertstore 0.2 py36_0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
wrapt 1.12.1 pypi_0 pypi
zipp 3.1.0 pypi_0 pypi

(deeplearning) C:\Users\Administrator>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章