Cannot using anaconda to launch juypter notebook

it shows
“Last login: Wed Apr 19 15:05:37 on ttys001
(base) mashirodeMacBook-Air:~ mashiro$ /anaconda3/bin/jupyter_mac.command ; exit;
/anaconda3/bin/jupyter_mac.command: line 5: 38873 Segmentation fault: 11 $DIR/jupyter-notebook
logout
Saving session…
…copying shared history…
…saving history…truncating history files…
…completed.”

how to solve it? please help me! thanks!!!

We will gladly help you, 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-2022.10-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.

it still can not work
屏幕快照 2023-04-26 下午2.18.09

Hi again,

What’s the output if you launch this command on the terminal?

jupyter-notebook

Please tell us so that we can help you better.

Hello, I’m having the same issues as charlene0225 and have followed your recommendations up until this point. Here is the jupyter-notebook ouput from the terminal you asked
Screen Shot 2023-04-27 at 9.55.41 AM
Looking forward to hearing from you real soon

Are you using an old version of Mac OS X, like 10.14?

See https://github.com/conda-forge/jupyterlab-feedstock/issues/378