-
Notifications
You must be signed in to change notification settings - Fork 32
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
what about Apple M1 ? #194
Comments
hey @stefaan-cottenier, thanks for pointing this out. For this year's course, I would say one possibility is to use the Quantum Mobile docker container https://quantum-mobile.readthedocs.io/en/latest/users/launch.html which should run fine on ARM (despite the warning you will see when launching the docker image). Given that it looks like virtualbox will not support ARM, it seems we may need to look for an alternative solution for a graphical desktop in the medium term. suggestions welcome! |
@stefaan-cottenier My impression in the past has been that novice users find it easier to work with a familiar graphical desktop - what is your impression on this topic? |
Thanks for the info, Leo. So far, I had only advertised the desktop solution with VirtualBox, which feels quite right for my typical audience (going to linux is already a big step for some of them). Never tried the Docker way so far. That results in a command-line-only environment, right? It’s good that this workaround exists, but I suspect that people who buy a Mac are exactly the ones who prefer a more graphical environment. We’ll see…
Thanks again,
Stefaan
Van: Leopold Talirz ***@***.***>
Verzonden: woensdag 6 oktober 2021 8:46
Aan: marvel-nccr/quantum-mobile ***@***.***>
CC: stefaan-cottenier ***@***.***>; Mention ***@***.***>
Onderwerp: Re: [marvel-nccr/quantum-mobile] what about Apple M1 ? (#194)
@stefaan-cottenier<https://github.com/stefaan-cottenier>
Of course, switching to docker entirely would be an option as well.
My impression in the past has been that novice users find it easier to work with a familiar graphical desktop - what is your impression on this topic?
Of course, it is still possible to do graphical applications with docker (installing some extra software on the host).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#194 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AROS55YTVNE5OZZBCPC7EKDUFPWBPANCNFSM5FNT4MVQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
This seems an interesting option to run on M1: https://mac.getutm.app |
Looks indeed interesting. I have it a quick try and it seemed to work fine (with the ubuntu server image it boots into text-based installation UI) however one would need some automated way of provisioning the image e.g. via a vagrant plugin. People are looking into this, so perhaps this will soon be possible. In the meanwhile, docker should work fine - unfortunately, I don't know which issue @Saumiali ran into. We should soon also have an arm-native docker image for aiida-core (but the x86 one works on the M1 as well; the arm one should just be faster) By the way, @unkcpz also has an M1 mac, so he may be able to test things as well. |
Good that they are working on it. |
It looks like VirtualBox now supports Apple Silicon processors https://www.virtualbox.org/wiki/Changelog , but I have tried the Quantum Mobile v24.04 on VB Apple Silicon 7.1.2 and I got a VBOX_E_PLATFORM_ARCH_NOT_SUPPORTED (0x80bb0012). I guess some work to be done on the QM side of things? |
So far, VirtualBox + Quantum Mobile was quite a universal solution for my students. But this year, there start to be students who have a Macbook with the M1 processor. Virtualbox is not compatible with this. Two questions : (1) Is there currently a solution you can suggest for people with an M1? (2) If not, is it likely/expected that either VirtualBox or Quantum Mobile will evolve in a way that this problem is removed?
Thanks!
Stefaan
The text was updated successfully, but these errors were encountered: