Search Criteria
Package Details: sqlite-utils 4.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sqlite-utils.git (read-only, click to copy) |
|---|---|
| Package Base: | sqlite-utils |
| Description: | CLI tool and Python utility functions for manipulating SQLite databases |
| Upstream URL: | https://sqlite-utils.datasette.io/ |
| Licenses: | Apache-2.0 |
| Conflicts: | sqlite-utils |
| Submitter: | NBonaparte |
| Maintainer: | raxod502 |
| Last Packager: | raxod502 |
| Votes: | 10 |
| Popularity: | 2.19 |
| First Submitted: | 2021-07-01 21:06 (UTC) |
| Last Updated: | 2026-07-08 19:57 (UTC) |
Dependencies (12)
- python-click
- python-click-default-groupAUR
- python-dateutil (python-dateutil-gitAUR)
- python-pip
- python-pluggy
- python-sqlite-fts4AUR
- python-tabulate (python-tabulate-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-hypothesis (check)
- python-pytest (check)
Latest Comments
1 2 Next › Last »
raxod502 commented on 2026-05-02 02:26 (UTC) (edited on 2026-07-08 19:58 (UTC) by raxod502)
[EDIT: Fixed upstream in 4.0]
Tests for this package may fail if you have other packages installed that use sqlite-utils, because the test suite for sqlite-utils incorrectly fails to limit its testing to its own code and accidentally pulls in other packages' subcommands that don't meet the standards it's testing for.
This is a bug in sqlite-utils and has been reported upstream: https://github.com/simonw/sqlite-utils/issues/713
As a workaround, you can uninstall dependent packages (e.g. python-sqlite-migrate) while running checks, or disable checks when building.
cotsuka commented on 2026-05-02 01:45 (UTC)
Getting some test errors:
kivissimo commented on 2026-04-27 08:50 (UTC)
Can confirm that installing python-sqlite-fts4 and python-click-default-group fixed the issue for me. I'm speculating, but since this issue has been around for a few weeks and I didn't do any explicit CleanBuild stuff, maybe the already-downloaded/half-built(?) failed package didn't properly check the dependencies anymore.
raxod502 commented on 2026-04-03 00:36 (UTC)
Hmmm, something sounds off there - the current PKGBUILD does specify both python-sqlite-fts4 and python-click-default-group as dependencies already.
I tested in a fresh archlinux Docker image just installing Yay and running
yay -S sqlite-utils, it seemed to build and run fine. Maybe there is something else amiss on your system?gitpocalypse commented on 2026-04-02 12:28 (UTC)
Looks like python-sqlite-fts4 and python-click-default-group might be missing as dependencies. Had to manually install them to get this to install with yay.
raxod502 commented on 2026-03-13 23:58 (UTC)
I've taken over maintenance of this package since it was disowned by the previous maintainer and it is a transitive dependency of https://aur.archlinux.org/packages/objection which I also maintain (and use).
radonatbeeper commented on 2026-03-02 17:06 (UTC)
This appears to be an upstream bug, I have filed https://github.com/simonw/sqlite-utils/issues/713. Another workaround is to skip running checks when running makepkg.
micwoj92 commented on 2026-02-08 21:31 (UTC) (edited on 2026-02-08 21:31 (UTC) by micwoj92)
@oncomouse you need to rebuild python-sqlite-fts4
oncomouse commented on 2026-02-06 16:37 (UTC)
I am having trouble upgrading to 3.39. I get the following error:
I have
python-sqlite-fts4installed from the AUR but also get this error when I try to runimport sqlite_fts4in the python CLI. Anyone know how to fix this?1 2 Next › Last »