I'm told that SQLite3 is on the standard library with python 3.5. I am on CENTOS7. When trying my first django app on centos7, I receive the notorious No module named '_sqlite3'
error. when I tried to import sqlite3 via pip3.5, the response is No matching distribution found for sqlite3
.
What am I missing? I did a yum install SQLite
and python-devel
and that worked, but I still receive the error. Thanks.