Jupyter Notebook on Anaconda Navigator on MacOS Sonoma 14.1.1

Hello, I get the following error message when i launch jupyter notebook via anaconda navigator on macos sonoma 14.1.1. What can i do please? Last login: Sun Nov 12 21:22:16 on ttys000
/opt/anaconda3/bin/jupyter_mac.command ; exit;
(base) mart@MacBook-Air ~ % /opt/anaconda3/bin/jupyter_mac.command ; exit;
Traceback (most recent call last):
File “/opt/anaconda3/bin/jupyter-notebook”, line 7, in
from notebook.notebookapp import main
File “/opt/anaconda3/lib/python3.9/site-packages/notebook/notebookapp.py”, line 59, in
from tornado import httpserver
File “/opt/anaconda3/lib/python3.9/site-packages/tornado/httpserver.py”, line 29, in
import ssl
File “/opt/anaconda3/lib/python3.9/ssl.py”, line 98, in
import _ssl # if we can’t import it, let the error propagate
ImportError: dlopen(/opt/anaconda3/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so, 0x0002): Library not loaded: @rpath/libssl.1.1.dylib
Referenced from: <08286769-5B21-3F3C-8716-793DC98C6F33> /opt/anaconda3/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so
Reason: tried: ‘/opt/anaconda3/lib/libssl.1.1.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/lib/libssl.1.1.dylib’ (no such file), ‘/opt/anaconda3/lib/libssl.1.1.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/lib/libssl.1.1.dylib’ (no such file), ‘/opt/anaconda3/lib/python3.9/lib-dynload/…/…/libssl.1.1.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/opt/anaconda3/lib/libssl.1.1.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/lib/libssl.1.1.dylib’ (no such file), ‘/opt/anaconda3/lib/libssl.1.1.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/lib/libssl.1.1.dylib’ (no such file), ‘/opt/anaconda3/lib/python3.9/lib-dynload/…/…/libssl.1.1.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/opt/anaconda3/lib/libssl.1.1.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/lib/libssl.1.1.dylib’ (no such file), ‘/opt/anaconda3/bin/…/lib/libssl.1.1.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/opt/anaconda3/lib/libssl.1.1.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/lib/libssl.1.1.dylib’ (no such file), ‘/opt/anaconda3/bin/…/lib/libssl.1.1.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/usr/local/lib/libssl.1.1.dylib’ (no such file), ‘/usr/lib/libssl.1.1.dylib’ (no such file, not in dyld cache)

Saving session…
…copying shared history…
…saving history…truncating history files…
…completed.

[Process completed]


Also got this while installing it.

From the error message above it looks like you may have installed the wrong version of Anaconda for your Mac. We have two different versions, one for the M1 chip, the other for non-M1 Macs.

I suggest trying a different installer and uninstalling/reinstalling. You can find the installers here:

I have uninstalled and installed again. My Mac runs on M1 chip. Issue persists;