mmarzl17 opened a new issue, #159: URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/159
提交任务的时候,报这个错 File "/usr/local/lib/python3.10/dist-packages/prophet_flow_core/dolphinscheduler/workflow.py", line 40, in submit_workflow _task_template[key] = Shell( File "/usr/local/lib/python3.10/dist-packages/pydolphinscheduler/tasks/shell.py", line 59, in __init__ super().__init__(name, TaskType.SHELL, *args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/pydolphinscheduler/core/task.py", line 224, in __init__ self.code, self.version = self.gen_code_and_version() File "/usr/local/lib/python3.10/dist-packages/pydolphinscheduler/core/task.py", line 447, in gen_code_and_version result = gateway.get_code_and_version( File "/usr/local/lib/python3.10/dist-packages/pydolphinscheduler/java_gateway.py", line 144, in get_code_and_version return self.gateway.entry_point.getCodeAndVersion( File "/usr/local/lib/python3.10/dist-packages/py4j/java_gateway.py", line 1355, in __call__ return_value = get_return_value( File "/usr/local/lib/python3.10/dist-packages/py4j/protocol.py", line 334, in get_return_value raise Py4JError( py4j.protocol.Py4JError: An error occurred while calling t.getCodeAndVersion 这个怎么解决呀 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
