Fork me on GitHub

import tensorflow 报错: tf.estimator package not installed.

import tensorflow 报错:

tf.estimator package not installed.

 

解决方案1:

安装

pip install tensorflow-estimator==1.10.12

  

解决方案2:

downgrade pandas from 0.23.4 to 0.23.0
upgrade matplotlib to 3.0.0

  

posted @ 2019-03-15 18:26  stardsd  阅读(2700)  评论(0编辑  收藏  举报