3

this is my first question here :) When i try to install Anaconda on my MacBook (M1) with Ventura 13.3.1 i receive the following error:

"This package is incompatible with this version of macOS."

I tried the arm64 installer and the x86 installer, both lead to the same error message. I used Anaconda on the same MacBook just a few days ago, but after the update from Ventura 13.2.1 to 13.3 I couldn't open Jupyter Notebooks from within the Anaconda Navigator. First I thought that the problem might be caused by Anaconda, so I uninstalled it. However, now here I am, unable to install it again. I also did a complete reset of my MacBook, nothing changed.

Does anyone have the same issue or know how I can fix this? Thanks a lot

luckyluke
  • 51
  • 1
  • 4

5 Answers5

8

I had the same problem as you, I installed on my account only instead of Macintosh HD and it worked like a breeze.

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 21 '23 at 04:46
4

if you have homebrew installed you should be able to run "brew install anaconda"

  • Thank you very much, i just installed homebrew and it worked out perfectly! For anyone with the same issue, here are the Steps to take inside of homebrew: https://gist.github.com/ryanorsinger/7d89ad58901b5590ec3e1f23d7b9f887 – luckyluke Apr 12 '23 at 19:59
4

Change the installation folder, so it doesn't install in the System folder.
For example change it to your user folder:

highlights button to Change Installation Folder

Sander van den Oord
  • 10,986
  • 5
  • 51
  • 96
1

Try selecting a different partition/folder for the installation.

0

If you get the error message “You cannot install Anaconda in this location,” reselect Install for me only.

https://docs.anaconda.com/free/anaconda/install/mac-os/

jellycsc
  • 10,904
  • 2
  • 15
  • 32