sudo apt-get install libsqlite3-dev
然后重新编译python:
sudo ./configure --with-ssl sudo make -j8 sudo make install
over!