searx/docs
Markus Heiser c4a98862bf [fix] setup.py requires pyyaml installed
pip install -e .
...
Obtaining file:///usr/local/searx/searx-src
    ERROR: Command errored out with exit status 1:
     command: /usr/local/searx/searx-pyenv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/usr/local/searx/searx-src/setup.py'"'"'; __file__='"'"'/usr/local/searx/searx-src/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-vzer91m2
         cwd: /usr/local/searx/searx-src/
    Complete output (9 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/usr/local/searx/searx-src/setup.py", line 10, in <module>
        from searx.version import VERSION_STRING
      File "/usr/local/searx/searx-src/searx/__init__.py", line 19, in <module>
        import searx.settings_loader
      File "/usr/local/searx/searx-src/searx/settings_loader.py", line 8, in <module>
        import yaml
    ModuleNotFoundError: No module named 'yaml'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-01-16 08:58:13 +01:00
..
_themes/searx Revert "[fix] sphinx 3.1 CSS issues" 2020-12-27 11:27:42 +01:00
admin [mod] improve settings documentation 2021-01-11 22:12:38 +01:00
blog [mod] move brand options from Makefile to settings.yml 2021-01-11 22:12:38 +01:00
build-templates [fix] setup.py requires pyyaml installed 2021-01-16 08:58:13 +01:00
dev Merge pull request #2408 from return42/rm-brand-make 2021-01-12 10:52:42 +01:00
static/img [enh] initial structure 2015-11-17 23:38:22 +01:00
user [doc] describe 'make books/{name}.html' and 'books/{name}.pdf' 2020-12-24 13:55:22 +01:00
utils [mod] move brand options from Makefile to settings.yml 2021-01-11 22:12:38 +01:00
conf.py [mod] move brand options from Makefile to settings.yml 2021-01-11 22:12:38 +01:00
index.rst Merge branch 'master' of https://github.com/asciimoo/searx into filtron 2020-02-23 13:50:22 +01:00