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
2024-03-16 10:51:40
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