how to correct parsing failed:‘unexpexted indent(unknown, line 32’
Perhaps try fixing the indentation.
It’s possible that line has spaces instead of an expanded tab.
Hello @iambenn
The file template.py
is not going to be executed directly, but it’s going to be used to create other python executables in step 5.3.2 of the lab. You can simply ignore the IDE warnings and move on to the next steps. Please, let us know if you get stuck doing any steps from the lab instructions.
@Amir_Zare Thank you