[Django]-How to resolve No module named _sqlite3 when I create Django application?

3👍

runing sudo apt-get install python-sqlite does the trick for me

👤yanik

0👍

I appended “PYTHONVERSION=3.5” just below line “VERSION=3.5” in the Makefile and recompiled. It worked.

Leave a comment