M4Depth icon indicating copy to clipboard operation
M4Depth copied to clipboard

missing module error

Open dskuma opened this issue 2 years ago • 1 comments

Hey Michael, thank you so much for this amazing piece of work. I was trying out your code and I repeatedly end up with an error saying - " no module named protobuf_db". I was wondering how I can solve this error. I could not find a direct module relating to the error.

Any help would be appreciated.

dskuma avatar Apr 20 '22 04:04 dskuma

conda install -c conda-forge protobuf or pip install protobuf

layssi avatar Jun 12 '23 23:06 layssi