googlecreativelab / aiexperiments-ai-duet

A piano that responds to you.
https://aiexperiments.withgoogle.com/ai-duet
1.63k stars 283 forks source link

Syntax Error print time.time() - now #8

Closed yewzy closed 7 years ago

yewzy commented 7 years ago

After installing all the packages, I can't run the server. This is the error I got. File "server.py", line 40 print time.time() - now ^ SyntaxError: invalid syntax

Did I do anything wrong?

tambien commented 7 years ago

Looks like you're using python3 print method. and i'm pretty sure that Magenta only runs in python 2.7, so try checking your python version before running. I will also make a note in the README.

But either way, those lines were just in there for debugging, you can go ahead and delete them.