我正在使用GAE在Python 2.7中设置Cloud Endpoint Framework,并遇到错误:
RuntimeError("sqlite3 module is required for the SqliteCache")
我已经installed the endpoints frameworks libary,并认为它与sqlite3在模块化环境中不可用有关。
但是当我尝试像这样将其安装到我的/ lib目录中
pip install -t lib sqlite3
我得到了错误:
Could not find a version that satisfies the requirement sqlite3
如何在此项目中安装sqlite3?