Hi everyone :wave: I’m trying to get started with ...
# ask-the-community
a
Hi everyone 👋 I’m trying to get started with Flyte on my laptop but
flytectl
won’t work - is there any known issue installing flyte on a M1 Apple chip ? thanks a lot for your hel !
s
Hi, @Arnaud Melin! Flytectl should work on windows. Try using https://github.com/flyteorg/flytectl/releases/download/v0.6.4/flytectl_Windows_x86_64.zip, our windows binary.
a
Hi @Samhita Alla, I don’t have a windows laptop, only an Apple with an M1 chip
s
Oh no, I misread the msg. Could you share the error please?
I see the conversation’s happening elsewhere: https://flyte-org.slack.com/archives/CREL4QVAQ/p1659058509465339
t
If you’re running python 3.10 on a Mac M1, here’s what you should know: Before proceeding, install
grpcio
by building it locally via:
Copy code
pip install --no-binary :all: grpcio --ignore-installed
Also, if you could give us the exact error, someone would help.
k
This is flytectl
t
In my case, I forgot to add the PATHs in my environment variables, which caused me troubles in running
flytectl
I’d like to know what error @Arnaud Melin is getting.
k
@Arnaud Melin this was indeed a bug and turns out due to a change in go. It is fixed in the new release. More info here https://flyte-org.slack.com/archives/CREL4QVAQ/p1660552524557689?thread_ts=1659058509.465339&channel=CREL4QVAQ&message_ts=1660552524.557689
👍 1
205 Views