picsar icon indicating copy to clipboard operation
picsar copied to clipboard

Python error on utils/generate_miniapp.py

Open petermcLBL opened this issue 3 years ago • 3 comments

I am trying to generate the PICSARlite miniapp following the instructions, with: python utils/generate_miniapp.py

When using Python 2.7, I get ERROR: missing end module block statement

When using Python 3.4 or 3.6, I get SyntaxError: Missing parentheses in call to 'print' I can change occurrences of print "string" to print('string') and try again, but still get ERROR: missing end module block statement and the only subdirectory of PICSARlite that's generated is src.

petermcLBL avatar Dec 23 '20 02:12 petermcLBL