Search Criteria
Package Details: searxng-git r8494.5986629-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/searxng-git.git (read-only, click to copy) |
---|---|
Package Base: | searxng-git |
Description: | A privacy-respecting, hackable metasearch engine |
Upstream URL: | https://searxng.github.io/searxng/ |
Licenses: | AGPL-3.0-or-later |
Conflicts: | searx, searx-git |
Provides: | searxng |
Submitter: | HLFH |
Maintainer: | HLFH |
Last Packager: | HLFH |
Votes: | 13 |
Popularity: | 0.85 |
First Submitted: | 2021-09-29 10:43 (UTC) |
Last Updated: | 2025-03-24 13:41 (UTC) |
Dependencies (5)
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, redictAUR, valkey)
- uwsgi
- uwsgi-plugin-python
- git (git-gitAUR, git-glAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »
morsmortium commented on 2025-01-07 16:49 (UTC)
I have switched to the docker image, at least until it is solved, that does work https://hub.docker.com/r/searxng/searxng
stef204 commented on 2025-01-07 16:18 (UTC) (edited on 2025-01-08 14:27 (UTC) by stef204)
is anyone running this successfully on an up-to-date Arch system?
looks like we're still not matching these requirements?
https://github.com/searxng/searxng/blob/master/requirements.txt
i've got
python-msgspec
19 --searxng
builds and seems to run but the searches crash.any hacks to make it work? I've tried downgrading
python-httpx
but that does not do the trick.python-babel
version required is now2.16.0
(which I have built and installed); we're still on2.15
officially on Arch, etc.; but there are still other requirements not met.liquidsky commented on 2024-12-31 14:42 (UTC)
@DanSman I had the same problem. Remove line 58 (pytest tests/), then the package will compile. However, I have no idea what exactly the tests mean or whether they are necessary. The package is built and searx runs again.
DanSman commented on 2024-12-31 01:21 (UTC) (edited on 2024-12-31 01:26 (UTC) by DanSman)
@sen & krs
What exactly did you patch to get msgspec build again?
A simple pkgver and commit change doesn't do the trick on this end? What do I miss?
I got this error:
ModuleNotFoundError: No module named 'msgspec._core'
sen commented on 2024-12-30 20:35 (UTC)
Thanks @krs, downgrading python-httpx fixed it for me too:
https://github.com/jcrist/msgspec/tree/dd965dce22e5278d4935bea923441ecde31b5325 https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/tree/2ddfed1206e60727118517d3af7ea4189465e027
krs commented on 2024-12-30 08:27 (UTC)
After manually building a patched python-msgspec package I got this running again the other day, but then yesterday I did another system upgrade which upgraded python-httpx from 0.27.2 to 0.28.1 which causes it to crash. Downgrading that to 0.27.2 again fixes it.
zynex commented on 2024-12-25 15:30 (UTC)
Guess I have to wait then, downgrading every python* is a hassle and my brake other stuff on my server that's more crucial for me to work :) Thanks for the link.
morsmortium commented on 2024-12-24 14:42 (UTC)
https://github.com/jcrist/msgspec/issues/777
Apart from downgrading everything python, there is not much to do, but wait
zynex commented on 2024-12-24 14:26 (UTC)
Just updated my system, and broke the entire installation here. Tried updating the package but didn't work. Now it misses the dependence 'msgspec', and that can't be installed (python-msgspec) because of errors in the build. Any suggestion?
morsmortium commented on 2024-11-26 05:56 (UTC)
python-msgspec, python-typer and python-isodate are missing dependencies. But they all build and it's working now
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »