Skip to main content

All Questions

Tagged with
2 votes
2 answers
1k views

"TypeError: Couldn't build proto file into descriptor pool" with google-cloud-compute

I'm running a Python application on Ubuntu 22 with Python 3.13.0. Since upgrading Python from 3.12, I get this error when running the application: TypeError: Couldn't build proto file into descriptor ...
Bktrout47's user avatar
1 vote
1 answer
320 views

protoc doesn't see files? (I'm doing something wrong)

I'm trying to run: protoc *.proto -python_out=. in the protoc directory inside of tensorflow > models > research > object_detection > protos, and it returns object_detection/protos/...
tmckzs's user avatar
  • 9