Injecting configuration and compiling...
[1G [1G-----> Python app detected
[1G-----> Installing python-2.7.9
[1G $ pip install -r requirements.txt
[1G Collecting scraperwiki (from -r requirements.txt (line 8))
[1G Downloading scraperwiki-0.5.1.tar.gz
[1G Collecting lxml==3.4.0 (from -r requirements.txt (line 9))
[1G Downloading lxml-3.4.0.tar.gz (3.5MB)
[1G Collecting requests==2.5.0 (from -r requirements.txt (line 10))
[1G Downloading requests-2.5.0-py2.py3-none-any.whl (464kB)
[1G Collecting six (from scraperwiki->-r requirements.txt (line 8))
[1G Downloading six-1.10.0-py2.py3-none-any.whl
[1G Collecting sqlalchemy (from scraperwiki->-r requirements.txt (line 8))
[1G Downloading SQLAlchemy-1.0.15.tar.gz (4.8MB)
[1G Collecting alembic (from scraperwiki->-r requirements.txt (line 8))
[1G Downloading alembic-0.8.8.tar.gz (970kB)
[1G Collecting Mako (from alembic->scraperwiki->-r requirements.txt (line 8))
[1G Downloading Mako-1.0.4.tar.gz (574kB)
[1G Collecting python-editor>=0.3 (from alembic->scraperwiki->-r requirements.txt (line 8))
[1G Downloading python-editor-1.0.1.tar.gz
[1G Collecting MarkupSafe>=0.9.2 (from Mako->alembic->scraperwiki->-r requirements.txt (line 8))
[1G Downloading MarkupSafe-0.23.tar.gz
[1G Installing collected packages: requests, six, sqlalchemy, MarkupSafe, Mako, python-editor, alembic, scraperwiki, lxml
[1G Running setup.py install for sqlalchemy: started
[1G Running setup.py install for sqlalchemy: finished with status 'done'
[1G Running setup.py install for MarkupSafe: started
[1G Running setup.py install for MarkupSafe: finished with status 'done'
[1G Running setup.py install for Mako: started
[1G Running setup.py install for Mako: finished with status 'done'
[1G Running setup.py install for python-editor: started
[1G Running setup.py install for python-editor: finished with status 'done'
[1G Running setup.py install for alembic: started
[1G Running setup.py install for alembic: finished with status 'done'
[1G Running setup.py install for scraperwiki: started
[1G Running setup.py install for scraperwiki: finished with status 'done'
[1G Running setup.py install for lxml: started
[1G Running setup.py install for lxml: still running...
[1G Running setup.py install for lxml: finished with status 'done'
[1G Successfully installed Mako-1.0.4 MarkupSafe-0.23 alembic-0.8.8 lxml-3.4.0 python-editor-1.0.1 requests-2.5.0 scraperwiki-0.5.1 six-1.10.0 sqlalchemy-1.0.15
[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 63, in <module>
os.rename("scraperwiki.sqlite", "data.sqlite")
OSError: [Errno 2] No such file or directory