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
Follow the guide of ReadMe, when run [python Tone_dash_app.py], got the error as the issue title.
For addition error message:
Watson-NLP/MLOps/Dash-App-gRPC-Client/client-env/lib/python3.12/site-packages/watson_nlp_runtime_client/init.py). Did you mean: 'infoservice_pb2'?
Is there any unsuitable code between [GrpcClient.py] and [watson_nlp_runtime_client] ?
[GrpcClient.py]
from watson_nlp_runtime_client import (
common_service_pb2,
common_service_pb2_grpc,
syntax_types_pb2,
)
[watson_nlp_runtime_client]
there is no [common_service_pb2] or [common_service_pb2_grpc] or [syntax_types_pb2],
but only [infoservice_pb2.py] and [infoservice_pb2_grpc.py]
The text was updated successfully, but these errors were encountered:
Follow the guide of ReadMe, when run [python Tone_dash_app.py], got the error as the issue title.
For addition error message:
Watson-NLP/MLOps/Dash-App-gRPC-Client/client-env/lib/python3.12/site-packages/watson_nlp_runtime_client/init.py). Did you mean: 'infoservice_pb2'?
Is there any unsuitable code between [GrpcClient.py] and [watson_nlp_runtime_client] ?
[GrpcClient.py]
from watson_nlp_runtime_client import (
common_service_pb2,
common_service_pb2_grpc,
syntax_types_pb2,
)
[watson_nlp_runtime_client]
there is no [common_service_pb2] or [common_service_pb2_grpc] or [syntax_types_pb2],
but only [infoservice_pb2.py] and [infoservice_pb2_grpc.py]
The text was updated successfully, but these errors were encountered: