You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where I wanna compile and run this repo, it say that
from src.proto import runtime_pb2, runtime_pb2_grpc as runtime_grpc
ImportError: cannot import name 'runtime_pb2_grpc' from 'src.proto' (unknown location)
how can i get this file?
The text was updated successfully, but these errors were encountered:
where I wanna compile and run this repo, it say that
from src.proto import runtime_pb2, runtime_pb2_grpc as runtime_grpc
ImportError: cannot import name 'runtime_pb2_grpc' from 'src.proto' (unknown location)
how can i get this file?
The text was updated successfully, but these errors were encountered: