Anaconda not working on Mac Ventura 13.2.1

I tried downloading Anaconda for Mac but it doesn’t work with newest Mac OS Ventura 13.2.1
Anyone here know what to do?
Help is really appreciated
Thank you

I could try. What output are you seeing on the install?

Thank you. It says that it is not compatible with the current version of Mac OS.

Does the command line version install? This link is the download page and you can try the command line installer.

hey, getting same error

We will gladly help you, Anaconda is compatible with the M2 chip so that wouldn’t be a problem, please try to uninstall Anaconda and install it again, you can download your compatible version here:

I’m going to leave you the installer here for your platform so that you can install it:

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

There is the x86 installer as well:

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

It’s also advisable to completely uninstall Anaconda before proceeding with the installation to make sure to get rid of any errors, you can do that if you follow these instructions:

macOS or Linux

  1. Open your terminal application.
  2. Remove your entire Anaconda directory with rm -rf. Depending on your installation, your anaconda2 or anaconda3 directory will be in your root folder or in your opt folder.

The following are a few examples of how you may need to delete your Anaconda folder

rm -rf anaconda3

rm -rf ~/anaconda3

rm -rf ~/opt/anaconda3

  1. Close and reopen your terminal to refresh it. You should no longer see (base) in your terminal prompt.

If you want here is a detailed explanation:

https://docs.anaconda.com/anaconda/install/uninstall/

Please let us know if that fixed your problem, we are eager to help you.

1 Like