【发布时间】:2016-06-06 22:49:21
【问题描述】:
我尝试在控制台中通过 pip 安装该库。我正在使用 win7 和 python v. 2.7.10。但未能如愿。根据this - 它也可以用于我的python版本。
我尝试了几种安装方式:
pip 安装 sqlite
pip 安装 sqlite3
pip install sqlite-devel
这里有什么问题?
Full error: Could not find a version that satisfies the requirement().
No matching distribution found for ...
【问题讨论】:
标签: python python-2.7 sqlite pip