i was trying to run searx and after installing all the dependency’s it wanted me to

i get these errors:
tom@trisquel7-gnu-linux:~/searx-master$ python searx/webapp.py
Traceback (most recent call last):
  File "searx/webapp.py", line 53, in
    from searx.engines import (
  File "/home/tom/searx-master/searx/engines/__init__.py", line 209, in
    engine = load_engine(engine_data)
File "/home/tom/searx-master/searx/engines/__init__.py", line 51, in load_engine
    engine = load_module(engine_name + '.py')
File "/home/tom/searx-master/searx/engines/__init__.py", line 44, in load_module
    module = load_source(modname, filepath)
  File "/home/tom/searx-master/searx/engines/wikidata.py", line 3, in
    from searx.poolrequests import get
  File "/home/tom/searx-master/searx/poolrequests.py", line 48, in
http_adapters = cycle((HTTPAdapterWithConnParams(pool_connections=100), ))
  File "/home/tom/searx-master/searx/poolrequests.py", line 14, in __init__
    self.max_retries = requests.adapters.Retry(0, read=False)
AttributeError: 'module' object has no attribute 'Retry'



anyone have any ideas?

Reply via email to