This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Description
Steps to reproduce:
- Start with a fresh Raspbian 2017-04-10 image
sudo apt-get install -y python3-virtualenv portaudio19-dev libffi-dev libssl-dev
python3 -m virtualenv -p python3 env
env/bin/pip install --upgrade pip
env/bin/pip install --upgrade google-assistant-sdk[samples]
env/bin/googlesamples-assistant-pushtotalk
Fails with:
RuntimeError: Requests dependency 'urllib3' must be version >= 1.21.1, < 1.22!
This appears to be because google-assistant-grpc pulls in urlli3b 1.20. I don't know what path the deps follow to lead to a version of requests that requires urllib3 1.21.