ClimateGlobalChange/tempestextremes

Can't install tempestextremes on Mac M2

Opened this issue · 4 comments

Hello,

I cant seem to install on mac m2 via conda. Is there a workaround solution to this?

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

  • tempest-extremes

Current channels:

-Lyndz

It seems that with newer Mac architecture the conda recipe is not available. It was working fine on Mac Intel, I am wondering if this has to be prepared for osx-arm64 architecture...

paolo@danglard ~ % mamba install -c conda-forge tempest-extremes

Looking for: ['tempest-extremes']

warning  libmamba Could not parse mod/etag header
warning  libmamba Could not parse mod/etag header
conda-forge/osx-arm64                                9.5MB @  14.9MB/s  0.6s
conda-forge/noarch                                  14.4MB @  11.7MB/s  1.2s

Pinned packages:
  - python 3.10.*


Could not solve for environment specs
The following package could not be installed
└─ tempest-extremes does not exist (perhaps a typo or a missing channel).

I have managed to successfully compile TE on an M1 running Sonoma. Using homebrew I installed netcdf4 and hfs5, cloned the TE Github repository, made the changes suggested in the TE README.md file for macOS , and compiled the source code.