How to run Create an isolated Python environment. virtualenv -p python2 env . env/bin/activate pip install -r requirements.txt Run the check python test_client.py