Why am I getting “IndentationError: expected an indented block”? [duplicate] February 12, 2023 by Tarik As the error message indicates, you have an indentation error. It is probably caused by a mix of tabs and spaces.