-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
state of osx-arm64 #2130
Comments
The dockerimage has currently INFO: MSS Version: 8.3.2 and was updated to 8.3.3 |
tried manually https://conda-forge.org/blog/2020/10/29/macos-arm64/ which might work There are some not on the list, so trying the bot now. |
looks like we can cross compile this conda-forge/mss-feedstock#168 |
Looking on https://anaconda.org/conda-forge/pyqt/files?page=4 the first osx-arm64 is a pyqt-5.15.4 version. Version 8.X.X can't be used with this type of processor because we need there a pinning of pyqt >=5, <5.13 |
Hello, |
Hi @yu71ng Help is welcome :) |
Maybe for an in-between solution, it came to my attention to do as follows: https://stackoverflow.com/questions/71515117/how-to-set-up-a-conda-osx-64-environment-on-arm-mac Just change the setting in the mss-environment before installing the mss software:
With that, I can run mss 8.X.X. on a M2 Apple :) |
Great @yu71ng , thx to letting us know :) |
After the release of 8.3.5 and its cross compilation we can verify if missing packages are available. |
We got a request by a participant of the CAESAR campaign, Feb 20-April 7, if MSS can be installed on an M2 apple.
Currently this is not possible. I suggested to use our docker image, https://mss.readthedocs.io/en/stable/installation.html#docker-instance
Recently basemap with 1.3.9 was added for osx-arm64.
We have to review what blocks us to use a ARM OSX Migrator for our package, similiar to conda-forge/basemap-feedstock#123
The text was updated successfully, but these errors were encountered: