Closed jbusecke closed 1 year ago
Not so far, see: https://github.com/conda-forge/esmf-feedstock/pull/75
None of the ESMF maintainers have expertise with debugging these OSX ARM problems and haven't been able to get help from elsewhere so far.
Oh yikes, that looks gnarly indeed. Thanks for the update.
@jbusecke I'm in the same boat now, just upgraded to M1, so hopefully, this issue can be solved sometime in the near-term 🤞
@jbusecke have you fiddled with a solution of creating a secondary osx-64/x86-64
conda env alongside your native osx-arm64
? Not ideal, but it might get things working as an interim solution
Interesting. I have personally resorted to just using xesmf only on the pangeo cloud deployments, but thats not ideal either. Ill check this out when I need to use xesmf next time!
@jbusecke looks like it might be a solved problem https://betterprogramming.pub/switching-between-multiple-conda-distributions-on-macos-b78b6b21720
Oh that is very interesting! Thanks for the hint.
Still working on this...
@zklaus took care of this in #65 !!!
Comment:
I am not able to install this package on my M1 (Apple Silicone) macbook. When I do a
conda search esmpy
, I get only this:This is hampering my local development workflow quite a bit.
Would it be possible to add an Apple Silicone specific build?
I am not sure what this entails, but if there is anything I can help with, Id be happy to invest some time.