raspishake / rsudp

Continuous visual display, sudden motion monitoring, and historical replay of Raspberry Shake data
https://raspishake.github.io/rsudp/
GNU General Public License v3.0
52 stars 30 forks source link

(OSX/Darwin) Install fails on Apple M1 (arm64) architecture #49

Open iannesbitt opened 1 year ago

iannesbitt commented 1 year ago

The rsudp installer still thinks Macs use Intel chips. Newer ones have adopted and updated the ARM architecture, I think due to power consumption improvements. Here are some things that currently fail:

CesarSP99 commented 11 months ago

I can confirm this issue too as it seems that there is no version available for ARM based chipsets. Here I have the relevant output of the installer script:

Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - numpy=1.16.4

Current channels:

  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/osx-arm64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-arm64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

ERROR: rsudp failed to install.
---------------------------------
Something went wrong.
Check the error output and try again.