open-cogsci / OpenSesame

Graphical experiment builder for the social sciences
http://osdoc.cogsci.nl/
GNU General Public License v3.0
234 stars 111 forks source link

No macOS arm version since 3.3.10 #792

Closed suschizu closed 1 year ago

suschizu commented 1 year ago

Will there be an arm-version for release 4.0.1?

smathot commented 1 year ago

There actually never was an M1/ ARM release for Mac OS. We did label it as such, but this was the result of a confusion on our side about the architecture. However, since a few months, Anaconda, which OpenSesame uses for the Python environment, provides Mac-OS-arm packages (they didn't do so before), which makes it feasible to build native OpenSesame packages for Mac OS ARM. However, this is a fairly low priority, and for now, you can safely use the Intel x64 packages for Mac OS. Alternatively, you can try to install a native environment yourself using Anaconda:

Hope this helps!

(I'm closing this issue because it's not related to an issue in OpenSesame as such.)

suschizu commented 1 year ago

great - thanks for the explanation!