You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by "syedaqeel (via GitHub)" <gi...@apache.org> on 2024/01/02 06:47:19 UTC

[I] [Bug] [Python] Getting permission denied when runing python tasks [dolphinscheduler]

syedaqeel opened a new issue, #15387:
URL: https://github.com/apache/dolphinscheduler/issues/15387

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Hi, 
   
   We are using dolphin 3.2.0 and python version is 3.10.4 when we run a python task it gives permission denied error. 
   
   ![dolphin permission denied on python task ](https://github.com/apache/dolphinscheduler/assets/16229721/b1438a3c-a737-49fd-a42d-dfbc058a1a23)
   
   
   ### What you expected to happen
   
   Python task should be completed
   
   ### How to reproduce
   
   Get the same version and run sample python task.
   
   ### Anything else
   
   there is a discussion on it as well https://github.com/apache/dolphinscheduler/discussions/15085#discussioncomment-7954036
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] [Python] Getting permission denied when runing python tasks [dolphinscheduler]

Posted by "liuhen11 (via GitHub)" <gi...@apache.org>.
liuhen11 commented on issue #15387:
URL: https://github.com/apache/dolphinscheduler/issues/15387#issuecomment-1873771377

   > No, nothing works, still finding solution.
   
   okay! thanks!


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] [Python] Getting permission denied when runing python tasks [dolphinscheduler]

Posted by "liuhen11 (via GitHub)" <gi...@apache.org>.
liuhen11 commented on issue #15387:
URL: https://github.com/apache/dolphinscheduler/issues/15387#issuecomment-1873752463

   hi! did you solve it?


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] [Python] Getting permission denied when runing python tasks [dolphinscheduler]

Posted by "ArkURL (via GitHub)" <gi...@apache.org>.
ArkURL commented on issue #15387:
URL: https://github.com/apache/dolphinscheduler/issues/15387#issuecomment-1874767730

   > > save problem.
   > 
   > 你好。你指的是?
   
   以root用户和默认租户运行python节点时同样存在permission deny问题,无法调度python节点。


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] [Python] Getting permission denied when runing python tasks [dolphinscheduler]

Posted by "ArkURL (via GitHub)" <gi...@apache.org>.
ArkURL commented on issue #15387:
URL: https://github.com/apache/dolphinscheduler/issues/15387#issuecomment-1874756317

   save problem.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] [Python] Getting permission denied when runing python tasks [dolphinscheduler]

Posted by "SbloodyS (via GitHub)" <gi...@apache.org>.
SbloodyS closed issue #15387: [Bug] [Python] Getting permission denied when runing python tasks
URL: https://github.com/apache/dolphinscheduler/issues/15387


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] [Python] Getting permission denied when runing python tasks [dolphinscheduler]

Posted by "liuhen11 (via GitHub)" <gi...@apache.org>.
liuhen11 commented on issue #15387:
URL: https://github.com/apache/dolphinscheduler/issues/15387#issuecomment-1874764487

   > save problem.
   
   你好。你指的是?


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] [Python] Getting permission denied when runing python tasks [dolphinscheduler]

Posted by "jeanleen (via GitHub)" <gi...@apache.org>.
jeanleen commented on issue #15387:
URL: https://github.com/apache/dolphinscheduler/issues/15387#issuecomment-1882125576

   PYTHON_HOME is not set.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] [Python] Getting permission denied when runing python tasks [dolphinscheduler]

Posted by "SbloodyS (via GitHub)" <gi...@apache.org>.
SbloodyS commented on issue #15387:
URL: https://github.com/apache/dolphinscheduler/issues/15387#issuecomment-1874931975

   Duplicated with #15085


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] [Python] Getting permission denied when runing python tasks [dolphinscheduler]

Posted by "syedaqeel (via GitHub)" <gi...@apache.org>.
syedaqeel commented on issue #15387:
URL: https://github.com/apache/dolphinscheduler/issues/15387#issuecomment-1873759794

   No, nothing works, still finding solution. 


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org