Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: invalid syntax print(f"Reached MAX_STEP: {MAX_STEP} at step: {global_step_value}") #5

Open
idhamari opened this issue Mar 15, 2018 · 4 comments

Comments

@idhamari
Copy link

I got many errors related to the print statement.
File "train.py", line 82
print(f"Reached MAX_STEP: {MAX_STEP} at step: {global_step_value}")
^
SyntaxError: invalid syntax

@mshunshin
Copy link
Owner

mshunshin commented Mar 16, 2018 via email

@idhamari
Copy link
Author

Thanks for concern and quick reply. I am using python 2.7 (I built all other tools using it). Is there a way to make it works in python 2.7? or shall I rebuild all other tools in python 3? do you think there will be no conflict?

@mshunshin
Copy link
Owner

mshunshin commented Mar 16, 2018 via email

@idhamari
Copy link
Author

Thanks for explaining, I will try your suggestion. I am using pip and Ubuntu 16 system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants