ecmwf / eccodes-python

Python interface to the ecCodes GRIB/BUFR decoder/encoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aarch64 supports

philippemiron opened this issue · comments

Is your feature request related to a problem? Please describe.

The conda package currently supports osx-arm64, would it be possible to also include linux-aarch64?

I'm running into some issues where I can't build my Docker environment in macOS ARM. It works fine in macOS, but Docker runs an arm version of Linux and can't find the package.

This is the error I'm getting when trying to install cggrib > 0.9.8.5

    The following package could not be installed
    └─ cfgrib 0.9.10.4  is not installable because it requires
       └─ python-eccodes >=0.9.8 , which does not exist (perhaps a missing channel).

The solution as of right now is to use cfgrib<=0.9.10.4, which installs:

cfgrib                     0.9.8.5

and doesn't seem to depends on python-eccodes, I see that it does install eccodes 2.32.1.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Organisation

No response