pyomeca / ezc3d

Easy to use C3D reader/writer for C++, Python and Matlab
https://pyomeca.github.io/Documentation/ezc3d/index.html
MIT License
142 stars 45 forks source link

Apple M1 packages not found in conda #251

Closed xubuild closed 1 year ago

xubuild commented 2 years ago

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!

pariterre commented 2 years ago

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..

xubuild commented 2 years ago

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

pariterre commented 2 years ago

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

xubuild commented 2 years ago

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!

pariterre commented 1 year ago

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!