Error when creating a project using Django-admin in python3.6
Importerror:dynamic module does not define module export function (PYINIT__SQLITE3)
Python3 above version installs Sqlite3 solution
wget https://www.sqlite.org/2017/sqlite-autoconf-3170000.tar.gz--no-check-certificate
Tar XF sqlite-autoconf-3170000.tar.gz
CD Sqlite-autoconf-3170000/
./configure--prefix=/usr/local/sqlite3--disable-static--enable-fts5--enable-json1 CFLAGS= "-g-o2-dsqlite_enable_ Fts3=1-dsqlite_enable_fts4=1-dsqlite_enable_rtree=1 "
Make && make install
Recompile python3.6
CD PYTHON-3.6.0A1
Ld_run_path=/usr/local/sqlite3/lib./configure ldflags= "-l/usr/local/sqlite3/lib" CPPFLAGS= "-i/usr/local/sqlite3/ Include
Ld_run_path=/usr/local/sqlite3/lib make
Ld_run_path=/usr/local/sqlite3/lib sudo make install
Enter the interactive environment of python3.6
Import sqlite3 no error stating problem solving
Importerror:dynamic module does not define module export function (PYINIT__SQLITE3)