ensomnia16 / CS305-23S-Assignment2

7 stars 2 forks source link

Can't run the script. #1

Closed Cooper-Zhong closed 1 year ago

Cooper-Zhong commented 1 year ago

SyntaxError: Non-UTF-8 code starting with '\xa7' in file xxx.GRADER on line 1, but no encoding declared;What's the possible reason?

ensomnia16 commented 1 year ago

This may due to an improper version of python. Make sure when running this script, the version of python is 3.11. To check this, type python --version and see the print result.