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:
- Tensorflow operation report error modulenotfounderror: no module named ‘tensorflow. Python. Types’ solution
- Record a problem of no module named ‘tensorflow. Examples’ and’ tensorflow. Examples. Tutorials’ in tensorflow 2.0
- ModuleNotFoundError: No module named ‘notebook‘
- Modulenotfounderror: no module named ‘CV2’ – (version problem)
- ModuleNotFoundError: No module named xxx
- ModuleNotFoundError: No module named ‘ahocorasick‘ [100% Work Method]
- ModuleNotFoundError: No module named ‘sklearn.datasets.samples_generator‘
- [Solved] ModuleNotFoundError: No module named ‘win32api’
- ModuleNotFoundError: No module named ‘numpy.testing.nosetester‘
- ModuleNotFoundError: No module named ‘mmcv._ext
- ModuleNotFoundError: No module named ‘MySQLdb‘
- Mmdet error modulenotfounderror: no module named ‘mmcv_ ext‘
- ModuleNotFoundError: No module named ‘tensorboardX‘
- Jenkins reported an error modulenotfounderror: no module named filename solution
- ModuleNotFoundError: No module named ‘apt_pkg‘
- Error importing keras in jupyter Notebook: modulenotfounderror: no module named ‘keras’ solution
- module ‘tensorflow_core._api.v2.train’ has no attribute ‘slice_input_producer’
- Tensorflow error: module ‘tensorflow’ has no attribute ‘xxx’
- Solve the problem of using in tensoft 2. X tf.contrib.slim No module named appears in the package: tensorflow.contrib problem
- UserWarning: Failed to initialize NumPy: No module named ‘numpy.core._multiarray_umath‘