AlexFu
January 21, 2026, 5:18pm
1
Hi there,
I tried to install the v2.6 in Pumas Extension but failed. Error info
`Error: ProcessFailedException(Base.Process[Process(julia '+1.10.8~x64' --startup-file=no --project=/var/folders/j1/g9wlv3l568d72frtspt6ky_80000gn/T/jl_hCzvtH /var/folders/j1/g9wlv3l568d72frtspt6ky_80000gn/T/jl_ee6ZMq/install.jl, ProcessExited(101))])`
Does the current version compatible with Mac M chip? Thanks!
Did you see any other error messages? Also, any reason why you are trying to install version 2.6 and not a more recent version?
AlexFu
January 21, 2026, 8:01pm
3
Hi Andreas,
Thanks for reply. Here is the message from the crash report
/Users/bathe/.julia/juliaup/julia-1.10.8+0.x64.apple.darwin14/bin/julia ; exit;
bat@Mac~ % /Users/bat/.julia/juliaup/julia-1.10.8+0.x64.apple.darwin14/bin/julia ; exit;
zsh: bad CPU type in executable: /Users/bat/.julia/juliaup/julia-1.10.8+0.x64.apple.darwin14/bin/julia
Saving session…
…copying shared history…
…saving history…truncating history files…
…completed.
Could you please try to run /usr/bin/arch -x86_64 /usr/bin/true in either a terminal window in VSCode or in Terminal.app and let us know if it succeeds.
AlexFu
January 21, 2026, 9:34pm
5
No, output is:
arch: posix_spawnp: /usr/bin/true: Bad CPU type in executable
Then you’d have to install Rosetta. Please run softwareupdate --install-rosetta --agree-to-license and accept the terms. We expect this requirement to go away with the upcoming 2.8 release.