Hello,
I tried to install qiime 2024.10 on my macbook with M3 processor. The installation has worked without a problem before. I have installed miniconda and ran the commands for qiime2-2024.10 from the old and the new website and got always an error code. I have no clue what is wrong, but maybe someone can help me.
Thanks, Annette
Hello @ABollmann,
You most likely need to install Rosetta. Rosetta is a tool made by Apple to allow Apple Silicon CPUs (like your M3) to run Intel x86/64 architecture code. You should be able to install Rosetta by running the following command in the terminal:
softwareupdate --install-rosetta
You may need to close the terminal and open a new one after running that command for Rosetta to work.
2 Likes