All Questions
Tagged with protobuf-python ubuntu
2 questions
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 ...
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/...