searxng/utils
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
..
site-python docs: building (PDF) books / build user book 2020-03-21 18:45:38 +01:00
templates [enh] add searx.shared 2021-01-12 11:47:17 +01:00
brand.env [mod] move brand options from Makefile to settings.yml 2021-01-11 22:12:38 +01:00
build_env.py [fix] utils/build_env.py: make sure to always use searx/settings.yml 2021-01-11 22:59:35 +01:00
fabfile.py [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs 2020-09-28 16:44:14 +02:00
fetch_ahmia_blacklist.py add Ahmia filter plugin for onion results 2020-10-25 17:59:43 -07:00
fetch_currencies.py Drop Python 2 (1/n): remove unicode string and url_utils 2020-09-10 10:39:04 +02:00
fetch_firefox_version.py Drop Python 2 (1/n): remove unicode string and url_utils 2020-09-10 10:39:04 +02:00
fetch_languages.py fix utils/fetch_languages to work with new languages 2020-09-22 11:37:44 +02:00
fetch_wikidata_units.py [mod] add external_urls.json and wikidata_units.json 2020-10-28 08:09:25 +01:00
filtron.sh Utility scripts adapted to run on CentOS 7 (#2112) 2020-08-01 22:12:44 +02:00
google_search.py [enh] standalone_seax.py is a command line interface to searx with JSON output. 2017-01-04 14:14:01 +01:00
lib.sh [fix] remove Ubuntu 19.10 from the LXC suite (EOL) 2021-01-02 17:23:18 +01:00
lxc-searx.env [mod] add Ubuntu 20.10 image to the LXC suite 2021-01-02 17:27:16 +01:00
lxc.sh [mod] add Ubuntu 20.10 image to the LXC suite 2021-01-02 17:27:16 +01:00
makefile.include [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 2020-12-26 11:43:18 +01:00
makefile.lxc [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 2020-12-26 11:43:18 +01:00
makefile.python [mod] add target upload-pypi-test https://test.pypi.org/ 2021-01-10 17:05:37 +01:00
makefile.sphinx [fix] makefile.sphinx: additions to commit c2a6f145 2020-12-24 13:54:07 +01:00
morty.sh Utility scripts adapted to run on CentOS 7 (#2112) 2020-08-01 22:12:44 +02:00
searx.sh [fix] setup.py requires pyyaml installed 2021-01-16 08:58:13 +01:00
standalone_searx.py [mod] check secret_key when searx.webapp is imported 2020-12-27 10:30:20 +01:00
update-translations.sh handle input carefully in shell scripts 2017-10-06 21:00:22 +02:00