I'm using Python 3.5 64 bit, Cuda 9.2, TensorFlow 1.11, Keras 2.2.4
I'm getting this error:
AttributeError: module '_pywrap_tensorflow_internal' has no attribute 'TFE_DEVICE_PLACEMENT_EXPLICIT_swigconstant'
Uninstalling and reinstalling TensorFlow stopped the message for import tensorflow, but the problem persists for import keras.
I have seen that dumpbin.exe has been useful for some people, but I've been unable to get it to work.
The problems started this morning while trying to get Tensor Board to work. I was updating python modules with pip and I'm not sure what set it off.