All Questions
1 question
1
vote
1
answer
3k
views
ModuleNotFoundError when Importing gRPC pb2 File Generated by Protoc in Python
I'm encountering a ModuleNotFoundError when trying to import a generated gRPC module in Python.
In my project, I have a file structure like this:
from test.api.grpc_test_cases.specific_folder.api_pb2
...