Initial installation and opening

Hi
I have hard time installing/opening Jupyter on my MAC. I did some research but nothing works yet.
Through Anaconda I get the following error:

The file /Users/m.javadi/anaconda3/bin/jupyter_mac.command does not exist.

And through a terminal I get the following error.

Traceback (most recent call last):
File “/Users/m.javadi/anaconda3/lib/python3.10/site-packages/notebook/services/sessions/sessionmanager.py”, line 9, in
import sqlite3
File “/Users/m.javadi/anaconda3/lib/python3.10/sqlite3/init.py”, line 57, in
from sqlite3.dbapi2 import *
File “/Users/m.javadi/anaconda3/lib/python3.10/sqlite3/dbapi2.py”, line 27, in
from _sqlite3 import *
ImportError: dlopen(/Users/m.javadi/anaconda3/lib/python3.10/lib-dynload/_sqlite3.cpython-310-darwin.so, 0x0002): Symbol not found: _sqlite3_enable_load_extension
Referenced from: <87FC3336-99C9-363C-BF29-8644BEA087A2> /Users/m.javadi/anaconda3/lib/python3.10/lib-dynload/_sqlite3.cpython-310-darwin.so
Expected in: <3870AC8E-1780-3CA6-A2A7-8B978A52921A> /usr/lib/libsqlite3.dylib

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/Users/m.javadi/anaconda3/bin/jupyter-notebook”, line 6, in
from notebook.notebookapp import main
File “/Users/m.javadi/anaconda3/lib/python3.10/site-packages/notebook/notebookapp.py”, line 83, in
from .services.sessions.sessionmanager import SessionManager
File “/Users/m.javadi/anaconda3/lib/python3.10/site-packages/notebook/services/sessions/sessionmanager.py”, line 12, in
from pysqlite2 import dbapi2 as sqlite3
ModuleNotFoundError: No module named ‘pysqlite2’