ezc3d icon indicating copy to clipboard operation
ezc3d copied to clipboard

Apple M1 packages not found in conda

Open xubuild opened this issue 3 years ago • 4 comments

Hi, It failed when trying conda install -c conda-forge ezc3d in Apple M1 platform. There is no arm64 package in https://anaconda.org/conda-forge/ezc3d. Could you please add support for it? Thanks!

xubuild avatar Jun 14 '22 03:06 xubuild

Hi @xubuild I would very much like, but I must admit I have no clue what I am supposed to do for that... I already added the binaries for osx, I genuinely thought it was the only required format for mac... Can you point me out one package that provides Apple M1? I could try to copy what they are doing..

pariterre avatar Jun 14 '22 13:06 pariterre

Hi, Thanks for ther repaly! I can see numpy has the "osx-arm64" build: https://anaconda.org/conda-forge/numpy

xubuild avatar Jun 19 '22 12:06 xubuild

I pushed everything on anaconda, could you have a try if it works?

pariterre avatar Jun 20 '22 15:06 pariterre

Hi, I still got the not found error:

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

  - ezc3d

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
  

I also checked https://anaconda.org/conda-forge/ezc3d, there is no "osx-arm64" package.

Note: it's searching in "osx-arm64" rather than "osx-64"

Thanks!

xubuild avatar Jun 21 '22 03:06 xubuild

Hello @xubuild I am pleased to annonced that ezc3d is (at last) available on conda-forge for osx_arm64 :) conda install -c conda-forge ezc3d command should therefore work now!

pariterre avatar Jan 16 '23 20:01 pariterre