Skip to main content

Installing SQLite

On Linux

sudo apt-get install sqlite3

On Mac

You made need to uninstall sqlite3 if you are having issues with loading spatialite extensions and also uninstall and reinstall python. Please update this page if the below doesn’t work

brew uninstall sqlite3

then

brew install sqlite3