我正在运行命令hadoopy.launch_frozen。
当我运行我的脚本时,会出现以下错误:
File "Task.py", line 22, in <module>
hadoopy.launch_frozen(data_path, output_path, 'Main.py', temp_path=tmp_path)
File "/home/aflores/code/pemex/src/src/hadoopy/hadoopy/_runner.py", line 407, in launch_frozen
make_executable=False, **kw)
File "/home/aflores/code/pemex/src/src/hadoopy/hadoopy/_runner.py", line 179, in launch
script_info = _parse_info(script_path, python_cmd)
File "/home/aflores/code/pemex/src/src/hadoopy/hadoopy/_runner.py", line 81, in _parse_info
raise ValueError('Cannot execute script [%s]! Script output below...\nstdout\n%s\nstderr\n%s' % (script_path, stdout, stderr))
ValueError: Cannot execute script [Main.py]! Script output below...发布于 2015-09-04 15:43:23
我已经重新安装了所有与我的用户作为管理员和错误解除。
https://stackoverflow.com/questions/31712693
复制相似问题