I am having a Protobuf decode error : Google Protobuf Message decode Error parsing message in both tensorflow 1.14, 1.5 and 2.0.
```google.protobuf.message.DecodeError: Error parsing message```
I have tried different version of Protobuf namely 3.0, 3.8. 3.14 and 3.15. I also install libprotobuf from conda.
When using protobuf 3.8, an Attribute error occurred : 'google.protobuf.descriptor' has no attribute '_internal_create_key'
Can someone please assist me in regards to this.