LoginSignup
0
0

More than 5 years have passed since last update.

Python3 で SQLite を利用するときにエラーの対処法

Posted at

エラー内容

File "/home/hoge/.pyenv/versions/3.6.2/lib/python3.6/site-packages/zeep/cache.py", line 67, in init
raise RuntimeError("sqlite3 module is required for the SqliteCache")
RuntimeError: sqlite3 module is required for the SqliteCache

↑ は googleadsのパッケージで利用した際のエラー内容

解決方法

SQLite(sqlite-devel)をインストールしてからpythonをビルドし直さないといけない。

参考URL

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0