Tensorflow error : DLL load failed: The specified procedure could not be found

I had this error as well, and was able to resolve it by downgrading protobuf from 3.6.1 to 3.6.0:

pip install protobuf==3.6.0

Leave a Comment