gryf / ebook-converter

Commandline tool for converting between several e-books formats, based on Calibre project.
GNU General Public License v3.0
48 stars 6 forks source link

SyntaxError: invalid syntax Error While trying a conversion #2

Closed keshavbhatt closed 4 years ago

keshavbhatt commented 4 years ago

Am getting the following error when trying :

ebook-converter o.docx o.lrf
Traceback (most recent call last):
  File "/home/bulld/ebook-convert/venv/bin/ebook-converter", line 5, in <module>
    from ebook_converter.main import run
  File "/home/bulld/ebook-convert/venv/lib/python3.5/site-packages/ebook_converter/__init__.py", line 16, in <module>
    from ebook_converter.ebooks.html_entities import html5_entities
  File "/home/bulld/ebook-convert/venv/lib/python3.5/site-packages/ebook_converter/ebooks/__init__.py", line 124
    print(f'Failed to render {path_to_html}')
                                           ^
SyntaxError: invalid syntax
gryf commented 4 years ago

I'm sorry, but Python 3.5 and below is not supported.