I am following this guide and try to using "Making Inferences Using the Trained Object Detection Model" part, but i got a error like below:
ModuleNotFoundError: No module named 'google.protobuf'
main question is when i use import tensorflow ,it can not find google.protobuf, I've tried many way like this link to solve this error , but those olution does not work for me, still can not find google.protobuf, any idea can help me?This question is make me really desperate.