Getting python chucks to run for the first time -- Error: (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e))) #7051
-
DescriptionI am looking forward to starting to use the python chunks in quarto but I'm having trouble with this error message: (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e))). I copied and tried to run the sample code from https://quarto.org/docs/computations/python.html but I get:
I have anaconda installed and I just upated it. My version of R is also up to date. I greatly appreciate any help on this! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It seems you have a conflict of platform architecture, namely arm64 versus x86-84 probably resulting from installing the wrong tools. What's your operating system and platform? From the message, I am guessing you have macOS with an Apple Silicon chip which is arm64 and somehow your anaconda environment is using x86-64 while it should be arm64. |
Beta Was this translation helpful? Give feedback.
It seems you have a conflict of platform architecture, namely arm64 versus x86-84 probably resulting from installing the wrong tools.
What's your operating system and platform?
Did you install the proper tools in the same architecture as your operating system?
From the message, I am guessing you have macOS with an Apple Silicon chip which is arm64 and somehow your anaconda environment is using x86-64 while it should be arm64.