To use the Python DeepDetect client, install python-requests. On Ubuntu:
sudo apt-get install python-requests
Then either copy it into your Python code repository or point your PYTHONPATH to it:
export PYTHONPATH=/path/to/deepdetect/clients/python/:$PYTHONPATH