作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 lubuntu 12.04 的 virtualenv 上使用 python 2.7.11。(不拥有戴尔 latitude d600 的好笔记本电脑)
Python 2.7.11 (default, Mar 4 2016, 04:38:41)
import sqlite3 Traceback (most recent call last): File "", line 1, in File "/home/maharshi/.localpython/lib/python2.7/sqlite3/init.py", line 24, in from dbapi2 import * File "/home/maharshi/.localpython/lib/python2.7/sqlite3/dbapi2.py", line 28, in from _sqlite3 import * ImportError: No module named _sqlite3
我已经使用 pip 安装了 pysqlite,它说成功。
(p2.7) maharshi@maharshi-Latitude-D600:~/code$ which python
/home/maharshi/virtualenvs/p2.7/bin/python
(p2.7) maharshi@maharshi-Latitude-D600:~/code$ which pip
/home/maharshi/virtualenvs/p2.7/bin/pip
(p2.7) maharshi@maharshi-Latitude-D600:~/code$ pip install pysqlite
Requirement already satisfied (use --upgrade to upgrade): pysqlite in /home/maharshi/virtualenvs/p2.7/lib/python2.7/site-packages
我还在两个位置手动安装它,即
~/virtualenvs/p2.7/
~/.localpython/ (from where i created the virtualenv)
我还安装了“libsqlite3-dev
(根据其中一篇帖子的建议)”,即
sudo apt-get install libsqlite3-dev
先感谢您。
最佳答案
尝试再次在virtualenv中安装python的整个过程...据我所知,当您添加SqlLite所需的库时,它不会影响virtualenv python,因此您必须重新执行所有步骤,它将使用所需的库进行编译.. ..
关于python - 导入错误 : No module named _sqlite3 (even after doing eveything),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35889383/
我是一名优秀的程序员,十分优秀!