在自建环境中出现no module name tensorflow问题解决方案

使用conda创建一个环境,安装tensorflow,启动spyder或者jupyter notebook等编译器,

import tensorflow as tf

出现报错:no module name tensorflow



解决方案:在此环境中重新安装Spyder或者其他自己需要的编译器,重启终端,启动编译器即可正常使用

你可能感兴趣的:(在自建环境中出现no module name tensorflow问题解决方案)