Pycharm - SyntaxError: Non-UTF-8 code starting with '\x80' Pycharm - SyntaxError: Non-UTF-8 code starting with '\x80' python-3.x python-3.x

Pycharm - SyntaxError: Non-UTF-8 code starting with '\x80'


What you have entered as Script: looks like a Python interpreter. You should put test.py there. Script parameters: are the additional parameters passed to the script on the command line, not the Python script to run.


Be cognizant of that you have right script path. Your file name must be same in the path.

enter image description here