activate tensorflow 失败:Could not find conda environment: tensorflow 的解决方案:

问题描述:

Could not find conda environment: tensorflow_gpu
You can list all discoverable environments with conda info --envs.

在这里插入图片描述

解决方案:

先看看自己的python版本:python --version,确定版本后:conda create -n tensorflow python=3.8.0创建一个。

**注意:**如果是 tensorflow-gpu,输入conda create -n tensorflow_gpu python=3.8.0

再次检测环境:conda info --envs的时候,就变成了:
在这里插入图片描述

在这里插入图片描述

说明tensorflow安装成功了,激活一下试试。成功~

在这里插入图片描述

参考:https://blog.csdn.net/a1456123a/article/details/115404374

Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐