ModuleNotFoundError: No module named ‘pysqlite2’ when I run jupyter notebook
I’m using debian 12
I created a virtual environment using virtualenv in ~/.venv
Then I installed jupyter notebook with pip install jupyter
Now I run jupyter notebook
and it throws this error