`python main.py` in shell will raise `SyntaxError: Non-ASCII character` 1. add `# encoding:utf-8` on the top of every `.py` file 2. `touch gycImgProcess/__init__.py`