apache / dolphinscheduler-sdk-python

Apache DolphinScheduler Python API, aka PyDolphinscheduler.
https://dolphinscheduler.apache.org/python/main
Apache License 2.0
52 stars 19 forks source link

Error running Python task: "/opt/soft/python: No such file or directory" #108

Closed HabibaAkram-KICS closed 1 year ago

HabibaAkram-KICS commented 1 year ago

Hi, I have installed Apache Dolphin scheduler successfully on ubuntu and able to create shell and http tasks. However when I create a python task and tried to run it it gives me this error /opt/soft/python: No such file or directory .

OS environment: 22.04 (jammy jellyfish) Python: 3.10.4

I have also installed pydolphinscheduler and tried to run some python code from pydolphinscheduler/examples directory from cli, but facing same issue.

Kindly suggest on how to successfully run a python task in apcahe dolphinscheduler web ui.

Below is screenshot of the log file: image

HabibaAkram-KICS commented 1 year ago

python installation is missing.