importerror cannot import name 'monitoring' from 'tensorflow python eager

C++
pip uninstall tensorflow-estimator # this works for me
# provided you're running tensorflow 1.15.0
pip install tensorflow-estimator==1.15.1 --no-dependencies # trust me, it does! 
Source

Also in C++: