Clarifai / clarifai-python-grpc

Clarifai gRPC Python API client
https://docs.clarifai.com
Other
56 stars 20 forks source link

`IndentationError` in Version 9.7.2 #158

Open Harmon758 opened 1 year ago

Harmon758 commented 1 year ago

Version 9.7.2 has an IndentationError:

    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 <module>
    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 indented block after function definition on line 30

which can be seen in https://github.com/Harmon758/Harmonbot/actions/runs/5870663524/job/15918160487#step:8:24.

This version also doesn't seem to have a respective release, tag, or even commit here, with Version 9.7.1 only having a commit as well.