1. 在对应的包中无法找到启动节点node文件
ERROR: cannot launch node of type [*.py]: can’t locate node [#####.py] in package [_]
解决方法:将相关py文件的文件权限设为可执行,即
chmod +x *.py
ERROR: cannot launch node of type [*.py]: can’t locate node [#####.py] in package [_]
解决方法:将相关py文件的文件权限设为可执行,即
chmod +x *.py