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
- Open your terminal application.
- 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
- 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.
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
Looking forward to hearing from you real soon