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.156854 |
First Submitted: | 2021-09-29 10:43 (UTC) |
Last Updated: | 2025-05-28 20:45 (UTC) |
Dependencies (5)
- redisAUR (redis-testingAUR, redis-gitAUR, keydbAUR, redis-binAUR, 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 9 .. 14 Next › Last »
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
flylightning commented on 2024-11-26 01:17 (UTC)
Now also need
python-isodate
package dependency, see this commit: https://github.com/searxng/searxng/commit/0253c10b522fe2e8206db78e37066771ce90cf92#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552morsmortium commented on 2024-11-05 06:04 (UTC)
Oops, commented under wrong package
morsmortium commented on 2024-11-04 11:17 (UTC) (edited on 2024-11-04 11:17 (UTC) by morsmortium)
Does not build, full log: https://0x0.st/XG60.txt
backd00r commented on 2024-10-30 15:09 (UTC)
Fresh build broken as of today - Internal Server Error Found this error: ModuleNotFoundError: No module named 'msgspec'
Tried to workaround by installing the missing component to get this error: ==> ERROR: A failure occurred in check(). Aborting... error: failed to build 'python-msgspec-0.18.6-3': error: packages failed to build: python-msgspec-0.18.6-3
AlexBocken commented on 2024-10-19 14:37 (UTC)
I can confirm @flylightning's issue. Installing the two dependencies fixed the issue for me
flylightning commented on 2024-10-06 22:33 (UTC) (edited on 2024-10-06 22:48 (UTC) by flylightning)
I got searxng error today
Internal Server Error
with log errorModuleNotFoundError: No module named 'pydantic'
andModuleNotFoundError: No module named 'typer'
. It seems searxng added new package dependenciespython-typer
andpython-pydantic
for a new favicon feature, see this commit: https://github.com/searxng/searxng/commit/7ab577a1fba43578b77f56b76275d0e65d03b318#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552. Sosudo pacman -S python-typer python-pydantic
fix the issue for me. It would be nice ifpython-typer
andpython-pydantic
can be added as depends in PKGBUILD.EDIT: Something like
sudo systemctl restart emperor.uwsgi.service
to restart searxng is also needed after install python-typer and python-pydantic.« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 14 Next › Last »