-
Notifications
You must be signed in to change notification settings - Fork 321
Print statement causing failure in Python 2.7 #182
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! |
|
CLAs look good, thanks! |
|
Thanks. Is that the only place we use |
|
I went through the whole setup process on the Raspbian Strech today and on Python 2.7, this is the only blocker. Fixing this, I was able to get the Assistant up and running in no time. |
|
Quick repo search tells me that this is the only place with flush in the print statement |
|
Based on the SO question, it looks like one solution is to use |
|
@Fleker I tried it with and without the import statement. Without the import statement, it is a Compilation error With the import statement, it is a RunTime error for flush being an invalid argument |
|
so, now that the PR is approved, can you tell me about this Repo's merging and deploy schedules? would love for this issue to be fixed next time I pull the changes down :) |
https://stackoverflow.com/questions/32032697/how-to-use-from-future-import-print-function