-
Notifications
You must be signed in to change notification settings - Fork 103
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. |
Hi there! I'm in the process of trying to install MSS on my Apple M2 chip. Based on the suggestions from @yu71ng, I tried the following
Then I'm getting the following error
I'm tried to install a few different ways with mamba or conda now, so maybe I need to do full clean our of the mssenv dir on my system before I try to install again? |
Hi @ccostanza10 I do have a M4 myself and for me the manual installation works, but I also have no anaconda license or anaconda pre installed. I am not sure if Because of the anaconda defaults and conda-forge mismatch and because of the features of pixi for development we will change to a pixi installation for version 10. This gets into the documentation in the next release after we merged please try the pixi installation described there. |
Hey @ReimarBauer! Right, I tried the manual install with miniforge3 first, and I got the same error. That I listed in the previous mesage. I did just try the |
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: