Closed, but wanted to mention how I got this to work
- Make sure you have python 2 installed
- Open file
./manage.shand edit line 21pip install --user "$BASE_DIR/requirements.txt"to include--userflag - Run command in your cli
./manage.sh update_packagesto install all the dependencies - Open file
./searx/settings.ymland changeddebug: Truein general - Install Flask
cd searx && export FLASK_APP=webapp.py && flask run