We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关键字【unexpected ")"】搜过了,没人提过问题……
使用putty ssh登陆 直接执行报错“python3/bin/python3: line 6: syntax error: unexpected ")"” 执行 python3 ./code/default/launcher/start.py -allow_remote
python3 ./code/default/launcher/start.py -allow_remote
是正常的
网上找了个办法,看了下脚本的执行过程
export PS4='+{$LINENO:' sh -x ./start -allow_remote
输出如下: start.py的第6行只有一句 import sys 十分懵逼…… 不知如何解决
import sys
The text was updated successfully, but these errors were encountered:
应该是 xxnet 内置的python解析器 无法在这个openwrt下运行. 你用系统自带的python3就可以了.
Sorry, something went wrong.
明白了,那我自己改一下start文件
No branches or pull requests
关键字【unexpected ")"】搜过了,没人提过问题……
使用putty ssh登陆
直接执行报错“python3/bin/python3: line 6: syntax error: unexpected ")"”
执行
python3 ./code/default/launcher/start.py -allow_remote
是正常的
网上找了个办法,看了下脚本的执行过程
输出如下:
start.py的第6行只有一句
import sys
十分懵逼……
不知如何解决
The text was updated successfully, but these errors were encountered: