Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最新バージョンの Python と一緒に sqlite3 モジュールをインストールする方法を教えてもらえますか? 私は Macbook を使用しており、コマンド ラインで次のことを試しました。
pip install sqlite
しかし、エラーがポップアップします。
sqlite3モジュールをインストールする必要はありません。標準ライブラリに含まれています (Python 2.5 以降)。
sqlite3