Replies: 1 comment 1 reply
-
|
Raspberry PI is an ARM-based computer not x86 so there are likely some problems with the architecture of the argcomplete (looks like from the error at least) - looks like x86 binaries used on ARM. I know there were some successes with running Airflow on Raspberry PI by @TobKed so maybe he can have some insights. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
my configuration
after just running ./breeze the first time, the images seem to download ok, but the following error occurs. Trying again always runs into the same error.
on my host system register-python-argcomplete is there and seems to be functional. I am guessing this is not being called in the context of my host system but I am not so sure about that. Any advice on what I am doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions