Proto Compilation Error - No such file or directory
问题 I am trying to compile Protoc library but It just keeps giving me the error of No Such Directory even though it is there I am following Google's Photobuf compilation steps I have added Protoc to PATH environment variable as well. But it simply won't see the object_detection/protos directory protoc object_detection/protos/*.proto --python_out=. The directory and the files are clearly there 回答1: Same issue with you. I have been installed protoc with anaconda3,but it is useless. This is my