-
Notifications
You must be signed in to change notification settings - Fork 66
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 loft on my Mac /Apple silicon #271
Comments
Also facing similar errors. "/usr/local/bin/loft: line 1: Not: command not found" |
Seems like there are no builds present for macos with a darwin release getting not found error while following the docs
|
we also faced the same issue, for some reason we are not able to install latest version for Mac Silicon with this URL Wrong Output: curl -L -o loft "https://github.com/loft-sh/loft/releases/latest/download/loft-darwin-arm64"
we can use a URL with particular version which has the loft-darwin-arm64 asset in the release Correct Output: curl -L -o loft "https://github.com/loft-sh/loft/releases/download/v3.4.4/loft-darwin-arm64"
|
My Mac
Darwin MacBook-Pro-3.local 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:15 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6000 x86_64
I am trying to install loft on my mac as per the instructions provided
"curl -L -o loft "https://github.com/loft-sh/loft/releases/latest/download/loft-darwin-arm64" && sudo install -c -m 0755 loft /usr/local/bin"
I also tried to install using zip files,
After downloading the loft file size is showing 9B only,
"
bash-3.2$
bash-3.2$ loft --version
bash: /usr/local/bin/loft: cannot execute binary file"
Another type of error on zsh
loft ✔ 10074 12:26:37
zsh: exec format error: loft
The text was updated successfully, but these errors were encountered: