Ljzd-PRO / Mys_Goods_Tool

米游社商品兑换工具 | 短信验证登录 | 终端图形界面
https://pypi.org/project/mys-goods-tool
MIT License
460 stars 70 forks source link

linux上运行main 出现错误 #18

Closed Jinyihua closed 2 years ago

Jinyihua commented 2 years ago

File "main", line 1 SyntaxError: Non-UTF-8 code starting with '\xaf' in file main on line 2, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Ljzd-PRO commented 2 years ago

似乎和代码编码有关,修改了一下 https://github.com/Ljzd-PRO/Mys_Goods_Tool/commit/ed466877949bcdfab36a869b90622342ec6b0ec1 https://github.com/Ljzd-PRO/Mys_Goods_Tool/commit/cc7a692499627cc0ece19445327657ab929a18e2 GitHub Action会自动编译,可以试试修改后的:https://github.com/Ljzd-PRO/Mys_Goods_Tool/actions/runs/2442734951

Jinyihua commented 2 years ago

似乎是python3 来运行 Python2.7运行会 image

python3运行需要补齐request库 ntplib库 ping库 目前运行没问题了感谢感谢