**Update by donnemartin on 2019-04-07**: gitsome now supports Python 3.7, see https://github.com/donnemartin/gitsome/pull/160. PyPI: https://pypi.org/project/gitsome/ --- I get this error when I run: ``` sudo -H pip install gitsome Collecting gitsome Downloading gitsome-0.4.0.tar.gz (278kB) 100% |████████████████████████████████| 286kB 2.8MB/s Complete output from command python setup.py egg_info: gitsome currently requires Python 3.4+ ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-7SrToZ/gitsome/ ``` What am I doing wrong? I am on ubuntu 16.04