gpt4 book ai didi

python - 导入错误 : No module named _sqlite3 (even after doing eveything)

转载 作者:行者123 更新时间:2023-12-04 18:54:31 37 4
gpt4 key购买 nike

我在 lubuntu 12.04 的 virtualenv 上使用 python 2.7.11。(不拥有戴尔 latitude d600 的好笔记本电脑)

Python 2.7.11 (default, Mar  4 2016, 04:38:41) 

[GCC 4.6.3] 在 linux2 上
输入“帮助”、“版权”、“信用”或“许可”以获取更多信息。

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/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com