-
-
Notifications
You must be signed in to change notification settings - Fork 398
Failed to install arduino-cli on macOS Monterey #1687
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
Comments
Any updates on this? Do you need some more info from my test/env? Is there a solution maybe in another thread? Any help is much appreciated! |
@istvanzk |
The bug with the install script on M1 is tracked here: arduino/tooling-project-assets#207 but I can see that is not the problem @istvanzk is having. |
Correct. I'm using MBP with Intel processor: |
So that I can be sure I understand, please tell me which of the two versions is the oldest one with this problem:
The install script also runs an |
Thank you. The installation worked for version 0.18.1. I have not tried out other version in-between 0.18.1 and current one. |
Any updates on this? Any hints where/what should I check? Or is simply an incompatibility due to latest OS? |
For completeness: exactly the same error happens with the latest release arduino-cli_0.22.0_macOS_64bit. |
Also for completness: I have tried to remove the com.apple.quarantine attribute with |
And a more positive update: I have removed the old binary (actually the latest v0.22) with |
Thanks for taking the time to update the issue with your solution @istvanzk. I'm very glad that Arduino CLI is working for you now. I'll definitely keep this information in mind in case there are other reports of that " |
Bug Report
Installation fails when run with the install script:
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/bin sh
It has been working up to version 0.18. None of the newer versions work and yield the same error.
Current behavior
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/bin sh
Output is:
Installing in /Users/izk/bin
ARCH=64bit
OS=macOS
Using curl as download tool
Downloading https://downloads.arduino.cc/arduino-cli/arduino-cli_0.21.1_macOS_64bit.tar.gz
Failed to install arduino-cli
Expected behavior
Installation and arduino-cli binary in the ~/bin folder.
Environment
arduino-cli version
): Not possible to run, see below.Additional context
I have also tried to install the pre-built binary directly (arduino-cli_0.21.1_macOS_64bit.tar.gz)
When running the command
arduino-cli version
the output is
Killed: 9
The text was updated successfully, but these errors were encountered: