Closed stan6 closed 4 years ago
@stan6 can you upgrade your python version to 3.6 or higher? Those f-strings were added in 3.6, I believe.
In the future I can try and remove the f-strings so this will support Python 3.5.
Sure. Thanks for your quick reply. I checked the prerequisites (Python 3.3+ ) and thought that Python 3.5 will work fine.
@stan6 thanks for pointing that out. I removed f-strings so that Python 3.5 should work. And I changed the documentation to say supports Python 3.5+. If you update to version 2.4.6 this should work with 3.5!
Sure. @jxmorris12 Thanks for the speedy reply! I will close the issue then!
When I run server.py, I got an error:
The error runs away when i remove the "f" from both lines FileNotFoundError("Failed to find the spellings file at {spelling_file_path}\n" and "print("Updated the spellings at {spelling_file_path}")". Somehow the current syntax is FileNotFoundError(s"...") and print(f"...") which leads to syntax error.
Python version: 3.5