anaconda中安装tensorflow

开始菜单->Anaconda3—>Anaconda Prompt
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
conda create -n tensorflow python=3.6
pip install --upgrade --ignore-installed tensorflow
activate tensorflow

猜你喜欢

转载自blog.csdn.net/a13662080711/article/details/80408028