I have a system Centos7 which has python2.7 as default and python3.6. Then I am running the following command on my django version=2.1 project python3 manage.py migrate but unfortunately I am having the following error No _sqlite3 module.
I did some research and found that I should install sqlite-devel but still not working.