Both brew installed python3 and manually compiled python3 with -–enable-loadable-sqlite-extensions fails when import sqlite from python3 shell. Please help!
Both brew installed python3 and manually compiled python3 with -–enable-loadable-sqlite-extensions fails when import sqlite
Share
Homebrew provides python3 with sqlite3 support and loadable modules.
brew install python3will do the right thing (and brew sqlite, too).There was a bug, that probably struck you, but it has been fixed