mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #416] django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required #277
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#277
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jwink3101 on GitHub (Jul 31, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/416
Wiki Page URL
N/A -- though I may add it
Suggested Edit
This, like some of the issues I brought up in $413 are on the line of what is archivebox's responsibility and what is the user. I think it is a hard line to find but at the same time, you will alienate users who are unwilling or unable to dig too deep. Also, this is arguably a Django problem and/or arguably a Python problem with bad dependancy tracking
This issue may be related to the fact that I do not administer my server. It is hosted on webfaction which gives me non-root shell access and I set up my app to run a specific port.
The main issue is that Django requires sqlite3 that is newer than some otherwise normal python installs.
My config is roughly:
python -m pip install youtube-dlpython -m pip install archiveboxThen I got all kinds of sqlite errors! I followed the instructions on https://stackoverflow.com/a/57149324 with some modifications to use my own paths. I had to compile sqlite3 (without root) and set the paths (see #415 for this in action)
Thoughts?
I can add this to the wiki or you can but do you want to? If nothing else, you can close this issue and point people to it should they have a problem
@pirate commented on GitHub (Aug 1, 2020):
I think my recommendation in this case is to just use Docker (or fix the SQLite setup on the host), given this isn't an ArchiveBox-specific bug and the user will likely encounter it with any recent Django/python project trying to use Sqlite3.