seldon-core icon indicating copy to clipboard operation
seldon-core copied to clipboard

Unable to install Seldon CLI on MacOS

Open Rajakavitha1 opened this issue 5 months ago • 0 comments

Describe the bug

Tried to install Seldon CLI on MacOS based on the instructions here: https://docs.seldon.io/projects/seldon-core/en/v2/contents/getting-started/cli.html

To reproduce

In MacOS. Follow the steps here: https://docs.seldon.io/projects/seldon-core/en/v2/contents/getting-started/cli.html

  1. brew install go librdkafka
  2. git clone https://github.com/SeldonIO/seldon-core --branch=v2
  3. cd seldon-core/operator
  4. make build-seldon-arm

The make build-seldom-arm does not work and produces an error:

github.com/seldonio/seldon-core/operator/v2/apis/mlops/v1alpha1
github.com/seldonio/seldon-core/operator/v2/pkg/cli
# github.com/seldonio/seldon-core/operator/v2/pkg/cli
pkg/cli/kafka.go:39:25: undefined: kafka.Consumer
pkg/cli/kafka.go:79:26: undefined: kafka.ConfigMap
pkg/cli/kafka.go:115:25: undefined: kafka.NewConsumer
pkg/cli/kafka.go:141:37: undefined: kafka.TopicPartition
pkg/cli/kafka.go:146:19: undefined: kafka.OffsetTail
pkg/cli/kafka.go:252:49: undefined: kafka.Header
pkg/cli/kafka.go:362:33: undefined: kafka.Message
pkg/cli/kafka.go:369:30: undefined: kafka.Message
pkg/cli/kafka.go:404:40: undefined: kafka.Message
pkg/cli/kafka.go:440:39: undefined: kafka.Message
pkg/cli/kafka.go:146:19: too many errors

-->

Expected behaviour

Seldon CLI should be installed

Environment

MacOS

Model Details

  • Images of your model: [Output of: kubectl get seldondeployment -n <yourmodelnamespace> <seldondepname> -o yaml | grep image: where <yourmodelnamespace>]
  • Logs of your model: [You can get the logs of your model by running kubectl logs -n <yourmodelnamespace> <seldonpodname> <container>]

Rajakavitha1 avatar Sep 18 '24 08:09 Rajakavitha1