No module named _sqlite3

前端之家收集整理的这篇文章主要介绍了No module named _sqlite3前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

This is what I did to get it to work.

I am using pythonbrew(which is using pip) with python 2.7.5 installed.

I first did what Zubair(above) said and ran this command:

sudo apt-get install libsqlite3-dev

Then I ran this command:

pip install pysqlite

This fixed the database problem and I got confirmation of this when I ran:

python manager.py syncdb
原文链接:https://www.f2er.com/sqlite/200305.html

猜你在找的Sqlite相关文章