Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install Seldon CLI on MacOS #5917

Open
Rajakavitha1 opened this issue Sep 18, 2024 · 0 comments
Open

Unable to install Seldon CLI on MacOS #5917

Rajakavitha1 opened this issue Sep 18, 2024 · 0 comments
Assignees
Labels

Comments

@Rajakavitha1
Copy link

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>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants