ModuleNotFoundError: No module named ‘tensorflow_core.estimator‘

Question

When using tensorflow, an error is reported: modulenotfounderror: no module named ‘tensorflow_ core.estimator’

Possible causes and corresponding solutions

1、

Problem: the Matplotlib library was not imported
solution: Import matplotlib.pyplot as plot
if the Matplotlib library is not installed, use the command CONDA install Matplotlib in the command client to install the Matplotlib library.

2、

Problem: the version of tensorflow is inconsistent with that of tensorflow estimator,
solution: check whether the current tensorflow version is consistent with that of tensorflow estimator by using the command CONDA list in the command client. If not, reduce or increase the version of one party.

Read More: