我是Tensorflow的新手。我已经使用
安装了该软件包conda install -c conda-forge tensorflow
现在我导入tensorflow时,出现名为Tensorflow的No Module错误。我一直在寻找出路,但失败了。如果有人可以帮助我,这很重要。谢谢
答案 0 :(得分:0)
运行以下命令:
conda create -n tensorflow
activate tensorflow
conda install -c conda-forge tensorflow
否则,您可以使用pip命令安装它:
pip install tensorflow