rcbyron / hey-athena-client

Your personal voice assistant
https://heyathena.com
MIT License
421 stars 98 forks source link

Athena not compatible with Python 2.7 #46

Closed mike6000 closed 8 years ago

mike6000 commented 8 years ago

Have a lot of code that we cannot port to Python 3 yet. How can we run Athena under Python 2.7? This is very important for widespread use in my view.

rcbyron commented 8 years ago

Although the README file says "written in Python 3", the latest code (in demo-branch) should work with Python 2.7. If it does not, please post any errors you find in a separate issue.

Thanks, Connor