Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Anaconda3-2023.03-MacOSX-arm64 incompatible with Mac M2 on Ventura

I was trying to install anaconda3 on my Mac Mini M2, 2023 OSX Ventura 13.3.1 and as I reach the installation part on the installer I get a pop-up saying the version of the installer is not compatible. Anyone facing the same issue on M2 chip ?


Mac mini (M2, 2023)

Posted on Apr 13, 2023 11:38 AM

Reply
Question marked as Top-ranking reply

Posted on Apr 14, 2023 6:00 PM

Hey, sure thing! Its alright, I used to get frustrated as well in the beginning. Patience and communities are the key to these struggles. Eventually you'll learn more about the environments that you use and become an expert. We are all here to support each other.


I used this guide, keep it as a reference just in case.


Make sure you install python first before you install anaconda just to be safe.


Here are the steps to install Anaconda on Ventura:


  1. Download the anaconda command line installer.
  2. Open up a Terminal Window and navigate to the directory where you downloaded your installer. (For example in my case it was in Downloads. So I would type "cd /Users/<yourUser>/Downloads").
  3. Run the installer script by running "Bash Anaconda3-2023.03-MacOSX-arm64.sh". (the .sh file you downloaded earlier)
  4. The license agreement will show up as you execute the .sh installer, hold "enter" until you reach the end of the agreement and type "yes" to accept it.
  5. Once you accept the license agreement, you will be asked to specify the installation location. I would recommend to use the default location. The installation process will begin then, it should take few minutes to complete.
  6. The installer will prompt you to initialize Anaconda by running "conda init", enter "yes". (In case you missed the option, run the following command "source /home/<yourUser>/anaconda3/bin/activate" then "conda init zsh"
  7. The installer finishes and displays a thank you message.
  8. (extra) you can auto-activate anaconda base environment as you open a terminal window by running "conda config --set auto_activate_base True". To turn off the auto activation, use the same command but replace "True" at the end of the command with "False".


You should be all good to go then.


Let me know if you need any further help or if you faced any issue.

Similar questions

21 replies
Sort By: 
Question marked as Top-ranking reply

Apr 14, 2023 6:00 PM in response to appleandlemon

Hey, sure thing! Its alright, I used to get frustrated as well in the beginning. Patience and communities are the key to these struggles. Eventually you'll learn more about the environments that you use and become an expert. We are all here to support each other.


I used this guide, keep it as a reference just in case.


Make sure you install python first before you install anaconda just to be safe.


Here are the steps to install Anaconda on Ventura:


  1. Download the anaconda command line installer.
  2. Open up a Terminal Window and navigate to the directory where you downloaded your installer. (For example in my case it was in Downloads. So I would type "cd /Users/<yourUser>/Downloads").
  3. Run the installer script by running "Bash Anaconda3-2023.03-MacOSX-arm64.sh". (the .sh file you downloaded earlier)
  4. The license agreement will show up as you execute the .sh installer, hold "enter" until you reach the end of the agreement and type "yes" to accept it.
  5. Once you accept the license agreement, you will be asked to specify the installation location. I would recommend to use the default location. The installation process will begin then, it should take few minutes to complete.
  6. The installer will prompt you to initialize Anaconda by running "conda init", enter "yes". (In case you missed the option, run the following command "source /home/<yourUser>/anaconda3/bin/activate" then "conda init zsh"
  7. The installer finishes and displays a thank you message.
  8. (extra) you can auto-activate anaconda base environment as you open a terminal window by running "conda config --set auto_activate_base True". To turn off the auto activation, use the same command but replace "True" at the end of the command with "False".


You should be all good to go then.


Let me know if you need any further help or if you faced any issue.

Reply

Apr 13, 2023 12:32 PM in response to G3Nl3

That vendor is responsible for current macOS compatibility as Apple provides them with the developer tools to make that happen. Contact the Anaconda vendor, or install the Python 3.11.3 distribution from python.org. It does install on macOS Ventura 13.3.1 as a universal2 binary, and works fine on my M2 mini pro.

Reply

Apr 14, 2023 4:26 PM in response to G3Nl3

Hello, I am having the same issue when installing Anaconda on my Mac.

I see that you finally managed to install it...I'm quite new to coding and I'm getting super frustrated...I need to get Anaconda installed for my course, would you mind sharing the steps that you followed? It would be much appreciated and a life saver. Thanks in advance!

Reply

Apr 15, 2023 9:32 AM in response to G3Nl3

Thanks so much! I finally managed to install Anaconda following your steps!!!

I'll also follow your advice on managing my patience levels in the future, and it's great to know that we can rely on this community for support when needed! Really appreciate your help. Thanks a lot! :)

Reply

May 21, 2023 10:06 PM in response to Crossrich

This guide will only work on Apple M chip. Since yours is the 2014 model with the intel chip, this will not work. You may not need to go through this whole process if the installer package works. Try downloading the intel installer from anaconda directly and choose the intel option


https://repo.anaconda.com/archive/Anaconda3-2023.03-1-MacOSX-x86_64.pkg


If the package installer did not work then download the intel variant of the shell file, I've share the link to it below and replicate the steps.


Anaconda3-2023.03-1-MacOSX-x86_64.sh

Reply

Jul 2, 2023 2:21 PM in response to davideventu

My guess would be that .pkg begins with a check condition to validate the type of CPU being used before proceeding with the installation process. They probably did not update it with the new mac M-chips and hence its jumping to the quit section of the .pkg and throwing an incompatible CPU type error.

Reply

Jul 2, 2023 6:00 PM in response to G3Nl3

It worked! Thank you very much for the help. I struggled on this for days since I am new to Python. I want to use Scikit-learn in Python but the original Spyder could not load it properly. Spyder in Anaconda is the solution I found to solve the problem.

Reply

Sep 12, 2023 2:02 PM in response to G3Nl3

Hi. I hope you are well. I am having the same problem too. I have a MacOS ventura 13.5.2 and everything i open terminal and type the following below i get the following : Any advice please.



Last login: Tue Sep 12 21:54:51 on ttys000

loso@Yemis-MacBook-Pro ~ % cd/Users/loso/Downloads

zsh: no such file or directory: cd/Users/loso/Downloads

loso@Yemis-MacBook-Pro ~ % /Users/loso/Downloads

zsh: permission denied: /Users/loso/Downloads

loso@Yemis-MacBook-Pro ~ % 


Reply

Dec 29, 2023 12:56 PM in response to G3Nl3

Hi,

I was trying to execute step 3, however the following error occured:

Anaconda3-2023.03-MacOSX-arm64.sh: line 332: /Users/<myaccount>/anaconda3/conda.exe: Bad CPU type in executable

<myaccount> - replaced to protect privacy.


Please advise.

Thank you.

Eli


Reply

Anaconda3-2023.03-MacOSX-arm64 incompatible with Mac M2 on Ventura

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.