clarifai-python-grpc
clarifai-python-grpc copied to clipboard
Clarifai gRPC Python API client
Version 9.7.2 has an `IndentationError`: ```python-traceback from clarifai_grpc.channel.clarifai_channel import ClarifaiChannel File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/clarifai_grpc/channel/clarifai_channel.py", line 7, in from clarifai_grpc.grpc.api import service_pb2_grpc File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/clarifai_grpc/grpc/api/service_pb2_grpc.py", line 31 from clarifai_grpc.channel.clarifai_channel import wrap_response_deserializer IndentationError: expected an...
Bumps [grpcio](https://github.com/grpc/grpc) from 1.51.0 to 1.53.0. Release notes Sourced from grpcio's releases. Release v1.53.0 This is release 1.53.0 (glockenspiel) of gRPC Core. For gRPC documentation, see grpc.io. For previous releases,...
Running the sample code and it gets to line 21 and indicates stub is not defined. Clarifai application is a standalone on premise solution. It is not the most recent...
windows 10 machine python 3.7.0 Current version of setuptools was 68.0.0 Tried installing recommended version 40.7.1 as per readme pip --upgrade setuptools==47.1.0 Same error The error out message is long,...
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...