Injecting configuration and compiling...
[1G [1G-----> Python app detected
[1G ! The latest version of Python 2 is python-2.7.14 (you are using python-2.7.9, which is unsupported).
[1G ! We recommend upgrading by specifying the latest version (python-2.7.14).
[1G Learn More: https://devcenter.heroku.com/articles/python-runtimes
[1G-----> Installing python-2.7.9
[1G-----> Installing pip
[1G-----> Installing requirements with pip
[1G DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support[1G Obtaining scraperwiki from git+http://github.com/openaustralia/scraperwiki-python.git@morph_defaults#egg=scraperwiki (from -r /tmp/build/requirements.txt (line 6))
[1G Cloning http://github.com/openaustralia/scraperwiki-python.git (to revision morph_defaults) to /app/.heroku/src/scraperwiki
[1G Running command git clone -q http://github.com/openaustralia/scraperwiki-python.git /app/.heroku/src/scraperwiki
[1G Running command git checkout -b morph_defaults --track origin/morph_defaults
[1G Switched to a new branch 'morph_defaults'
[1G Branch morph_defaults set up to track remote branch morph_defaults from origin.
[1G Collecting lxml==3.4.4
[1G Downloading lxml-3.4.4.tar.gz (3.5 MB)
[1G Collecting cssselect==0.9.1
[1G Downloading cssselect-0.9.1.tar.gz (32 kB)
[1G Collecting dumptruck>=0.1.2
[1G Downloading dumptruck-0.1.6.tar.gz (15 kB)
[1G Collecting requests
[1G Downloading requests-2.22.0-py2.py3-none-any.whl (57 kB)
[1G Collecting certifi>=2017.4.17
[1G Downloading certifi-2019.11.28-py2.py3-none-any.whl (156 kB)
[1G Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
[1G Downloading urllib3-1.25.8-py2.py3-none-any.whl (125 kB)
[1G Collecting chardet<3.1.0,>=3.0.2
[1G Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
[1G Collecting idna<2.9,>=2.5
[1G Downloading idna-2.8-py2.py3-none-any.whl (58 kB)
[1G Building wheels for collected packages: lxml, cssselect, dumptruck
[1G Building wheel for lxml (setup.py): started
[1G Building wheel for lxml (setup.py): still running...
[1G Building wheel for lxml (setup.py): finished with status 'done'
[1G Created wheel for lxml: filename=lxml-3.4.4-cp27-cp27m-linux_x86_64.whl size=2989836 sha256=2aeff9b38f618a92e9ea4405ce862ca424b863ae5cc697527e2f9011af196016
[1G Stored in directory: /tmp/pip-ephem-wheel-cache-3sXW3C/wheels/d6/de/81/11ae6edd05c75aac677e67dd154c85da758ba6f3e8e80e962e
[1G Building wheel for cssselect (setup.py): started
[1G Building wheel for cssselect (setup.py): finished with status 'done'
[1G Created wheel for cssselect: filename=cssselect-0.9.1-py2-none-any.whl size=26993 sha256=2c8cd1dbc7fbe0e4f3209114d331fae4e5b1a2949df415fe82fef5e891b9593b
[1G Stored in directory: /tmp/pip-ephem-wheel-cache-3sXW3C/wheels/85/fe/00/b94036d8583cec9791d8cda24c184f2d2ac1397822f7f0e8d4
[1G Building wheel for dumptruck (setup.py): started
[1G Building wheel for dumptruck (setup.py): finished with status 'done'
[1G Created wheel for dumptruck: filename=dumptruck-0.1.6-py2-none-any.whl size=11842 sha256=3fb032255bf1ec642f6533fe31ef73fdcb7c56a314b9f5123d1b83bfe1c23e22
[1G Stored in directory: /tmp/pip-ephem-wheel-cache-3sXW3C/wheels/dc/75/e9/1e61c4080c73e7bda99614549591f83b53bcc2d682f26fce62
[1G Successfully built lxml cssselect dumptruck
[1G Installing collected packages: dumptruck, certifi, urllib3, chardet, idna, requests, scraperwiki, lxml, cssselect
[1G Running setup.py develop for scraperwiki
[1G Successfully installed certifi-2019.11.28 chardet-3.0.4 cssselect-0.9.1 dumptruck-0.1.6 idna-2.8 lxml-3.4.4 requests-2.22.0 scraperwiki urllib3-1.25.8
[91mDEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
[0m[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 3, in <module>
from PyRSS2Gen import RSSItem, RSS2, Guid
ImportError: No module named PyRSS2Gen