charlesjlee / steemBot

a simple Steem bot using Python, piston, and Heroku
MIT License
6 stars 48 forks source link

heroke deployment failed on "assertionError: steem requires Python 3.6 or newer" #2

Closed p-alik closed 6 years ago

p-alik commented 6 years ago

assert exception appears during deployment. It looks like steem-python requires newer python https://github.com/steemit/steem-python/issues/79

Update runtime.txt fixed the issue for me.

Deployment log snippet:

-----> Python app detected

 !     The latest version of Python 3 is python-3.6.4 (you are using python-3.6.2, which is unsupported).

 !     We recommend upgrading by specifying the latest version (python-3.6.4).

       Learn More: https://devcenter.heroku.com/articles/python-runtimes

-----> Installing python-3.6.2

-----> Installing pip

-----> Installing requirements with pip
charlesjlee commented 6 years ago

thanks for the PR!