gpt4 book ai didi

linux - 如何配置 sqlite3 模块以使用 Django 1.10?

转载 作者:太空宇宙 更新时间:2023-11-04 10:27:08 24 4
gpt4 key购买 nike

所以问题是 Django 显然使用了 python 中包含的 sqlite3,我的计算机上有 sqlite3,它自己运行良好。我已经尝试了很多方法来解决这个问题,但还没有找到解决方案。

请告诉我如何解决这个问题,以便我可以在我的计算机上使用 Django。

:~$ python
Python 3.5.2 (default, Nov 6 2016, 14:10:16)
[GCC 6.2.0 20161005] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/sqlite3/__init__.py", line 23, in <module>
from sqlite3.dbapi2 import *
File "/usr/local/lib/python3.5/sqlite3/dbapi2.py", line 27, in <module>
from _sqlite3 import *
ImportError: No module named '_sqlite3'
>>> exit()

最佳答案

我发现这个错误是由于我将 python 路径从默认的 2.7 更改为 3.5 引起的。

关于linux - 如何配置 sqlite3 模块以使用 Django 1.10?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41177692/

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