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

  

猜你喜欢

转载自www.cnblogs.com/sddai/p/10538807.html
今日推荐