I'm using Ubuntu 16.04 and I'm trying to learn Django and I installed it in my virtual environment and named it myenv, and I started a project named mysite.
When I tried to run the manage.py file, it kept saying sqlite3 is not installed. I did install it, but it is saying the same error. When I run python3 manage.py migrate, it says:
"ModuleNotFoundError: No module named '_sqlite3'"
I installed sqlite using the commands below:
sudo add-apt-repository ppa:jonathonf/backports
sudo apt-get upgrade
sudo apt-get install sqlite3
sqlite>promptsudo add-apt-repository ppa:jonathonf/backportsandsudo apt-get update && sudo apt-get install sqlite3