#28376: URIs not supported error
-------------------------------------+-------------------------------------
Reporter: kamalpnayan | Owner: nobody
Type: Bug | Status: closed
Component: Database layer | Version: 1.11
(models, ORM) |
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Qiying Wang):
Replying to [comment:1 Tim Graham]:
> Most likely this isn't a bug in Django. A past
[https://groups.google.com/d/topic/django-users/toPdwWpudbg/discussion
django-users] thread suggests it's a Python issue. You're better off
getting help there. Perhaps somehow an older versions of sqlite3 is being
used? Did you tweak the `DATABASES` setting? For what it's worth, here are
versions on my Python 3.5 install:
> {{{
> >>> import sqlite3
> >>> sqlite3.version_info
> (2, 6, 0)
> >>> sqlite3.sqlite_version_info
> (3, 11, 0)
> }}}
You got this problem because your python was compiled with sqlite < 3.5.0.
Checking the versions won't help.
If you are using CentOS 6, don't use python34 from EPEL or rh-python36
from SCL. You can use python from miniconda3 as your base python
interpreter. Here is my detailed analysis:
[https://github.com/WqyJh/django_sqlite3_checker/blob/master/python-
sqlite3-django-versions.md]
--
Ticket URL: <https://code.djangoproject.com/ticket/28376#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/069.a41c056f4eeb85d660a66dbdbec99a3a%40djangoproject.com.