前言
运行 python 报错:ModuleNotFoundError: No module named '_sqlite3'
解决
重新编译安装 python
./configure --enable-loadable-sqlite-extensions
make
make install
运行 python 报错:ModuleNotFoundError: No module named '_sqlite3'
重新编译安装 python
./configure --enable-loadable-sqlite-extensions
make
make install