diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-10-05 11:44:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-05 11:44:13 +0200 |
| commit | 34eb32f4185a784fdf29ef990ddb1bcd79a90fe1 (patch) | |
| tree | 5a987651b5e889b1cb8a5ab4a6b0d96fde70eac9 /searx/cache.py | |
| parent | 7bf65d68c2014fc99026b1c9715ddd24024208b1 (diff) | |
[fix] ModuleNotFoundError: No module named 'lxml' (#5254)
When installing SearXNG (e.g.):
pip install --use-pep517 --no-build-isolation -e .
An import exception is raised:
ModuleNotFoundError: No module named 'lxml'
The ``setup.py`` file imports ``searx``, which in turn triggers various other
imports. However, the name XPath is only needed for type checking.
Closes: https://github.com/searxng/searxng/issues/5177
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/cache.py')
0 files changed, 0 insertions, 0 deletions