Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected error if the user does not have permission to run the script #24

Open
jmsmkn opened this issue May 21, 2024 · 0 comments
Open

Comments

@jmsmkn
Copy link
Member

jmsmkn commented May 21, 2024

2024-05-21T08:02:32.579Z	{"log": "Calling self.proc_args=['/opt/algorithm/run.sh']", "level": "INFO", "source": "stdout", "internal": true, "task": null}
2024-05-21T08:02:32.579Z	Traceback (most recent call last): File "sagemaker_shim/cli.py", line 112, in <module> File "click/core.py", line 1157, in __call__ File "click/core.py", line 1078, in main File "click/core.py", line 1688, in invoke File "click/core.py", line 1434, in invoke File "click/core.py", line 783, in invoke File "sagemaker_shim/cli.py", line 28, in wrapper File "asyncio/runners.py", line 190, in run File "asyncio/runners.py", line 118, in run File "asyncio/base_events.py", line 653, in run_until_complete File "sagemaker_shim/cli.py", line 103, in invoke File "sagemaker_shim/models.py", line 393, in invoke File "sagemaker_shim/models.py", line 417, in _invoke File "sagemaker_shim/models.py", line 500, in execute File "asyncio/subprocess.py", line 223, in create_subprocess_exec File "asyncio/base_events.py", line 1694, in subprocess_exec File "asyncio/unix_events.py", line 207, in _make_subprocess_transport File "asyncio/base_subprocess.py", line 36, in __init__ File "asyncio/unix_events.py", line 818, in _start File "subprocess.py", line 1026, in __init__ File "subprocess.py", line 1950, in _execute_child
2024-05-21T08:02:32.579Z	PermissionError: [Errno 13] Permission denied: '/opt/algorithm/run.sh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant