a newer version of conda exists.
Last login: Sat Jun 20 22:39:09 on ttys007
(base) haohaoxuexi:~ liuxiaoqin$ conda create -n tensoeflow_n python=3.6
Collecting package metadata (current_repodata.json): done
Solving environment: done
> WARNING: A newer version of conda exists. <
current version: 4.8.2
latest version: 4.8.3
Please update conda by running
$ conda update -n base -c defaults conda 1
Package Plan
environment location: /opt/anaconda3/envs/tensoeflow_n
added / updated specs:
- python=3.6
The following packages will be downloaded:
package | build ---------------------------|----------------- certifi-2020.4.5.2 | py36_0 157 KB pip-20.1.1 | py36_1 1.8 MB python-3.6.10 | hf48f09d_2 17.1 MB setuptools-47.3.0 | py36_0 523 KB wheel-0.34.2 | py36_0 50 KB ------------------------------------------------------------ Total: 19.6 MB 123456789
The following NEW packages will be INSTALLED:
ca-certificates pkgs/main/osx-64::ca-certificates-2020.1.1-0
certifi pkgs/main/osx-64::certifi-2020.4.5.2-py36_0
libcxx pkgs/main/osx-64::libcxx-10.0.0-1
libedit pkgs/main/osx-64::libedit-3.1.20191231-haf1e3a3_0
libffi pkgs/main/osx-64::libffi-3.3-h0a44026_1
ncurses pkgs/main/osx-64::ncurses-6.2-h0a44026_1
openssl pkgs/main/osx-64::openssl-1.1.1g-h1de35cc_0
pip pkgs/main/osx-64::pip-20.1.1-py36_1
python pkgs/main/osx-64::python-3.6.10-hf48f09d_2
readline pkgs/main/osx-64::readline-8.0-h1de35cc_0
setuptools pkgs/main/osx-64::setuptools-47.3.0-py36_0
sqlite pkgs/main/osx-64::sqlite-3.32.2-hffcf06c_0
tk pkgs/main/osx-64::tk-8.6.10-hb0a8c7a_0
wheel pkgs/main/osx-64::wheel-0.34.2-py36_0
xz pkgs/main/osx-64::xz-5.2.5-h1de35cc_0
zlib pkgs/main/osx-64::zlib-1.2.11-h1de35cc_3
Proceed ([y]/n)? y
Downloading and Extracting Packages
certifi-2020.4.5.2 | 157 KB | ##################################### | 100%
setuptools-47.3.0 | 523 KB | ##################################### | 100%
pip-20.1.1 | 1.8 MB | ##################################### | 100%
wheel-0.34.2 | 50 KB | ##################################### | 100%
python-3.6.10 | 17.1 MB | #################################9 | 92%
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/main/osx-64/python-3.6.10-hf48f09d_2.conda
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
(base) haohaoxuexi:~ liuxiaoqin$ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
(base) haohaoxuexi:~ liuxiaoqin$ conda config --set show_channel_urls yes
(base) haohaoxuexi:~ liuxiaoqin$ conda create -n tensoeflow_n python=3.6
Collecting package metadata (current_repodata.json): done
Solving environment: done
> WARNING: A newer version of conda exists. <
current version: 4.8.2
latest version: 4.8.3
Please update conda by running
$ conda update -n base -c defaults conda 1
Package Plan
environment location: /opt/anaconda3/envs/tensoeflow_n
added / updated specs:
- python=3.6
The following packages will be downloaded:
package | build ---------------------------|----------------- certifi-2016.2.28 | py36_0 213 KB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free openssl-1.0.2l | 0 3.0 MB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free pip-9.0.1 | py36_1 1.7 MB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free python-3.6.2 | 0 11.7 MB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free readline-6.2 | 2 274 KB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free setuptools-36.4.0 | py36_1 559 KB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free sqlite-3.13.0 | 0 1.4 MB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free tk-8.5.18 | 0 1.9 MB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free wheel-0.29.0 | py36_0 87 KB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free xz-5.2.3 | 0 225 KB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free zlib-1.2.11 | 0 98 KB https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free ------------------------------------------------------------ Total: 21.2 MB 123456789101112131415
The following NEW packages will be INSTALLED:
certifi anaconda/pkgs/free/osx-64::certifi-2016.2.28-py36_0
openssl anaconda/pkgs/free/osx-64::openssl-1.0.2l-0
pip anaconda/pkgs/free/osx-64::pip-9.0.1-py36_1
python anaconda/pkgs/free/osx-64::python-3.6.2-0
readline anaconda/pkgs/free/osx-64::readline-6.2-2
setuptools anaconda/pkgs/free/osx-64::setuptools-36.4.0-py36_1
sqlite anaconda/pkgs/free/osx-64::sqlite-3.13.0-0
tk anaconda/pkgs/free/osx-64::tk-8.5.18-0
wheel anaconda/pkgs/free/osx-64::wheel-0.29.0-py36_0
xz anaconda/pkgs/free/osx-64::xz-5.2.3-0
zlib anaconda/pkgs/free/osx-64::zlib-1.2.11-0
Proceed ([y]/n)? y
Downloading and Extracting Packages
tk-8.5.18 | 1.9 MB | ####################################################### | 100%
wheel-0.29.0 | 87 KB | ####################################################### | 100%
sqlite-3.13.0 | 1.4 MB | ####################################################### | 100%
xz-5.2.3 | 225 KB | ####################################################### | 100%
certifi-2016.2.28 | 213 KB | ####################################################### | 100%
setuptools-36.4.0 | 559 KB | ####################################################### | 100%
zlib-1.2.11 | 98 KB | ####################################################### | 100%
openssl-1.0.2l | 3.0 MB | ####################################################### | 100%
python-3.6.2 | 11.7 MB | ####################################################### | 100%
pip-9.0.1 | 1.7 MB | ####################################################### | 100%
readline-6.2 | 274 KB | ####################################################### | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
To activate this environment, use
$ conda activate tensoeflow_n
To deactivate an active environment, use
$ conda deactivate
(base) haohaoxuexi:~ liuxiaoqin$ conda activate tensorflow_n
Could not find conda environment: tensorflow_n
You can list all discoverable environments with conda info --envs.
(base) haohaoxuexi:~ liuxiaoqin$ conda env list
conda environments:
base * /opt/anaconda3
tensoeflow_n /opt/anaconda3/envs/tensoeflow_n
tensorflow /opt/anaconda3/envs/tensorflow
(base) haohaoxuexi:~ liuxiaoqin$ conda activate tensoeflow_n
(tensoeflow_n) haohaoxuexi:~ liuxiaoqin$ conda list
packages in environment at /opt/anaconda3/envs/tensoeflow_n:
Name Version Build Channel
certifi 2016.2.28 py36_0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
openssl 1.0.2l 0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
pip 9.0.1 py36_1 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
python 3.6.2 0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
readline 6.2 2 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
setuptools 36.4.0 py36_1 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
sqlite 3.13.0 0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
tk 8.5.18 0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
wheel 0.29.0 py36_0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
xz 5.2.3 0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
zlib 1.2.11 0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
(tensoeflow_n) haohaoxuexi:~ liuxiaoqin$ pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow1.14.0
Collecting tensorflow1.14.0
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/27/8c/7608ba709bd536bc2bccb0d1abbb70aafe9cf7e0170353b4b720ed54cb71/tensorflow-1.14.0-cp36-cp36m-macosx_10_11_x86_64.whl (105.8MB)
100% |████████████████████████████████| 105.8MB 3.4kB/s
Collecting keras-preprocessing>=1.0.5 (from tensorflow1.14.0)
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/79/4c/7c3275a01e12ef9368a892926ab932b33bb13d55794881e3573482b378a7/Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42kB)
100% |████████████████████████████████| 51kB 3.2MB/s
Collecting absl-py>=0.7.0 (from tensorflow1.14.0)
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/1a/53/9243c600e047bd4c3df9e69cfabc1e8004a82cac2e0c484580a78a94ba2a/absl-py-0.9.0.tar.gz (104kB)
100% |████████████████████████████████| 112kB 3.5MB/s
Collecting numpy<2.0,>=1.14.5 (from tensorflow1.14.0)
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ae/47/fc66812fec2cdbdac2cdbc7788ce55fb2072bae5326279079fb00b765b50/numpy-1.18.5-cp36-cp36m-macosx_10_9_x86_64.whl (15.1MB)
100% |████████████████████████████████| 15.1MB 27kB/s
Collecting tensorflow-estimator<1.15.0rc0,>=1.14.0rc0 (from tensorflow1.14.0)
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/3c/d5/21860a5b11caf0678fbc8319341
相关知识
@version
【免费】PHP花涧订购系统(源码+数据库)00332资源
用另一种方式解决WARNING: Retrying (Retry(total=4, connect
环境配置笔记6
满满干货!一文快速实现CNN(卷积神经网络)识别花朵
Microsoft.Office.Interop.Excel, Version=12.0.0.0版本高于引用的程序集(已解决)
南构王小花手写 常规 Version 1.00 July 8, 2017, initial release
墨儿相惜花字体 Version 1.00 October 15, 2020, initial release图片样张
MySQL绿色版安装【一键安装脚本】
pytorch python=3.6环境安装
网址: a newer version of conda exists. https://www.huajiangbk.com/newsview1230181.html
上一篇: 绣球花切花采收 |
下一篇: 周末去城阳吃草莓 八大采摘园公交 |
推荐分享

- 1君子兰什么品种最名贵 十大名 4012
- 2世界上最名贵的10种兰花图片 3364
- 3花圈挽联怎么写? 3286
- 4迷信说家里不能放假花 家里摆 1878
- 5香山红叶什么时候红 1493
- 6花的意思,花的解释,花的拼音 1210
- 7教师节送什么花最合适 1167
- 8勿忘我花图片 1103
- 9橄榄枝的象征意义 1093
- 10洛阳的市花 1039