Python:sqlite没有找到与sqlite匹配的分布

Roc*_*etq 7 python sqlite pip python-2.7

我试图通过控制台中的pip安装该库。我正在使用win7和python v.2.7.10。但未能实现。Acording到 -它可用于我的Python版本了。

我尝试通过几种方式进行安装:

点安装sqlite

点安装sqlite3

点安装sqlite-devel

怎么了

    Full error: Could not find a version that satisfies the requirement(). 
No matching distribution found for ...
Run Code Online (Sandbox Code Playgroud)

Dan*_*man 7

是什么让您认为需要安装此软件?sqlite是标准库的一部分,不需要安装。

  • stdlib模块称为sqlite3。请参阅[文档](https://docs.python.org/3/library/sqlite3.html)。 (2认同)