大数据,机器学习,人工智能

Mac 上安装 TensorFlow

2019-05-06  本文已影响1人  ifjgm

系统要求及前提条件

安装

conda create -n tensorflow_p36 pip python=3.6  # 使用 `Anaconda ` 创建`tensorflow_p36`环境。制定python 为 3.6 版本。
@安装的文件包

添加Anaconda的TUNA镜像

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
# TUNA的help中镜像地址加有引号,需要去掉

# 设置搜索时显示通道地址
conda config --set show_channel_urls yes

conda install nb_conda
The 'kernel_spec_manager_class' trait of <notebook.notebookapp.NotebookApp object at 0x109870490> instance must be a type, but u'nb_conda_kernels.CondaKernelSpecManager' could not be imported
pip install environment_kernels

总结

上一篇 下一篇

猜你喜欢

热点阅读