tensorflow中出现ImportError: cannot import name ‘trace‘错误解决方法

from tensorflow_core.examples.tutorials.mnist import input_data
出现ImportError: cannot import name 'trace’错误解决方法tensorflow中出现ImportError: cannot import name ‘trace‘错误解决方法_第1张图片
步骤一:打开annacomnda Prompt,激活tensorflow,pip listtensorflow中出现ImportError: cannot import name ‘trace‘错误解决方法_第2张图片
步骤二:查看tensorflowyu与tensorflow-estimator的版本是否一致。在这里插入图片描述
步骤三:安装输入pip install tensorflow-estimator==1.15.0 安装此版本。tensorflow中出现ImportError: cannot import name ‘trace‘错误解决方法_第3张图片

步骤四: 再次查看两种版本是否一致。在这里插入图片描述
成功啦!tensorflow中出现ImportError: cannot import name ‘trace‘错误解决方法_第4张图片
成功运行!!

参考资料: CSDN上骑驴去学习的在anaconda下配置tensorflow的环境

你可能感兴趣的:(tensorflow)