slhck / ffmpeg-bitrate-stats

Calculate bitrate statistics using FFmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError: invalid syntax #2

shell1986 opened this issue · comments

Hi, after installation, I get an error.

Traceback (most recent call last): File "/usr/local/bin/ffmpeg_bitrate_stats", line 7, in <module> from ffmpeg_bitrate_stats.__main__ import main File "/usr/local/lib/python3.5/dist-packages/ffmpeg_bitrate_stats/__main__.py", line 103 print_stderr(f"Calculating frame size from {self.input_file}") ^ SyntaxError: invalid syntax

As mentioned, you need at least Python 3.6. Your error indicates you're using 3.5.