sqlite3.NotSupportedError: URIs not supported

今天在将我写好的Django项目发布到线上时,出现了极其难过的事情。
报错:sqlite3.NotSupportedError: URIs not supported
sqlite3.NotSupportedError: URIs not supported_第1张图片
我找了很多资料来解决问题,可是资料太少了。在茫茫网络中,我寻觅了好久好久,但终于我找到了一篇解答。
sqlite3.NotSupportedError: URIs not supported_第2张图片
源网址:http://django-developers.narkive.com/QTd0czAP/struggling-newbie
竟然是版本问题,我的sqlite3.7.5竟然没有URLs文件,
果断装3.8的 wget http://www.sqlite.org/2015/sqlite-autoconf-3081101.tar.gz
这里写图片描述
于是问题就解决了。。。。。。。。。。。。


青冥有晓月

你可能感兴趣的:(python,sqlite3,django)