Hi everyone :wave: I’m trying to get started with ...
# flyte-support
c
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 !
t
Hi, @careful-airport-82985! 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.
c
Hi @tall-lock-23197, I don’t have a windows laptop, only an Apple with an M1 chip
t
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
m
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.
f
This is flytectl
m
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 @careful-airport-82985 is getting.
f
@careful-airport-82985 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
229 Views