dolphinscheduler调度python提示权限不够 #15085
Replies: 13 comments 14 replies
-
同问题,换root租客也不行,已放弃改成shell启动了。有别的解决方式的话我先插个眼 |
Beta Was this translation helpful? Give feedback.
-
We have dolphin 3.2.0 and python 3.10 when we run a python task we get |
Beta Was this translation helpful? Give feedback.
-
PYTHON_HOME or PYTHON_LAUNCHER is not set. set it in /etc/profile , look like # for 3.2.x
export PYTHON_LAUNCHER=/usr/local/bin/python3.9
# for 3.1.x and below
export PYTHON_HOME=/usr/local/bin/python3.9 |
Beta Was this translation helpful? Give feedback.
-
确实就是python home的问题,我前天遇到之后试了试,加上这个就欧克了 |
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
-
Still failing inside worker from docker-compose. Python is not even installed in the docker image. |
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
-
在ds启动用户.bashrc内加上Python路径
|
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
-
我利用docker compose部署之后也遇到了一样的错误日志,通过设置python环境变量参数之后依然运行失败,因为docker compose默认部署的worker没有安装PYTHON,所以还需要进行手动部署安装python |
Beta Was this translation helpful? Give feedback.
-
请确认两件事情: 如果仍然不能执行,请开启开发者模式,这个模式下将保留生成的文件,这有助于你调试你的部署。 |
Beta Was this translation helpful? Give feedback.
-
If you have installed it within docker container, then we will have to install python inside the docker container. Follow the steps and work will be done:
4.create a environment in dolphinscheduler named PythonEnv and give this env to python program and python program will start running on docker standalone dolphin scheduler environment |
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions