0

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:

enter image description here

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.

BrianKuan
  • 1
  • 2
  • Have you tried `conda install -c anaconda protobuf`? – Ahmad Jun 02 '22 at 08:18
  • Hello Ahmad, thanks for your answer, but it still show no module error. – BrianKuan Jun 09 '22 at 03:04
  • I think this error maybe cause by platfrom jupyter note, I use anaconda envrinoment to write python code import tensorflow, it work but jupyternotebook still not work, this is strange. – BrianKuan Jun 09 '22 at 03:20
  • Please try again using `conda install protobuf` or `pip install protobuf`. Attaching a similar [thread](https://github.com/tensorflow/tensorflow/issues/6341#issuecomment-536866409) for your reference. –  Jun 24 '22 at 05:32

0 Answers0