尝试安装 Google Cloud Platform 并收到此警告消息
This python installation does not have sqlite3 library. Please upgrade your set of dependencies to include sqlite3 as otherwise gcloud commands will stop working in near future.
我通过在终端中输入 sqlite3 检查我是否安装了 sqlite3,我得到了这个
Last login: Sun Jul 30 17:13:58 on ttys000
J-2:~ j$ sqlite3
SQLite version 3.12.2 2016-04-18 17:30:31
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .quit
我无法弄清楚缺少什么。提前致谢。