Skip to content

Install fails on Apple M1 processors #611

@jzalger

Description

@jzalger

Description

Installer does not recognize the new arm architecture for the Apple M1

Steps to reproduce

When using the bash command line install on an M1 Mac

bash <( curl -sL https://particle.io/install-cli )

get the following traceback:

:::: Installing the Particle CLI for darwin to "/Users/.../bin/particle"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
KeyError: 'arm'
gunzip: (stdin): unexpected end of file

Expected result

Install should proceed.

Actual result

Install fails with above traceback.

Environment

Tell us about your setup:

  • OS: Mac OS 11.3 with M1 Chip
  • Node (run node -v): v16.1.0
  • NPM (run npm -v): 7.11.2
  • Particle CLI (run particle version):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions