question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing native binary installer for arm64 architecture

See original GitHub issue

Attempting installation via curl -o- -L https://slss.io/install | bash on an M1 mac results in the following error:

Sorry, there’s no serverless binary installer available for arm64 architecture. Please open request for it at https://github.com/serverless/serverless/issues

This is a fresh install on a fairly new machine, most of template bits for submitting a new issue were not applicable to this problem, I hope this format is acceptable.

I’m happy to help out with any debugging or providing any resources required to help support the new macs.

Edit by @pgrzesik

As of 2.69.0 version it is now possible to install binary on M1 Macs, however, these binaries are not native to arm64 architecture and still need Rosetta to run. For now we’ve postponed building and publishing native arm64 binaries because our CI/CD pipeline at the moment does not have easy access to M1 Macs for building such binaries.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:24
  • Comments:16 (7 by maintainers)

github_iconTop GitHub Comments

36reactions
amine2233commented, Mar 15, 2021

Install serverless using the new homebrew version for Mac m1 brew install serverless and you will install the version for arm64_big_sur

Downloading https://homebrew.bintray.com/bottles/serverless-2.29.0.arm64_big_sur.bottle.tar.gz
10reactions
g-balascommented, Feb 20, 2021

Installer working fine with terminal open with Rosetta, sls is then working as expected, even with native Terminal.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing Binary Distribution — NEURON documentation
If you want to quickly get started with NEURON, we provide binary installers for Linux, Mac and Windows platforms. Mac OS ....
Read more >
Install Docker Engine from binaries
Instructions for installing Docker as a binary. Mostly meant for hackers who want to try out Docker on a variety of environments.
Read more >
Getting Started - ESBuild
#Install esbuild. First, download and install the esbuild command locally. A prebuilt native executable can be installed using npm (which is automatically ...
Read more >
Building a Universal macOS Binary
If you build your project using custom scripts or makefiles, add the arm64 architecture to the appropriate environment variables. Xcode uses the ARCHS ......
Read more >
Download And Installation
Net 5+ are build to handle multiple architecture native binary ... CV.runtime.windows nuget package should be gone, you can install the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found