Skip to content

Getting "[FATAL tini (7)] exec 'python' , "./code/video-to-frame.py" failed: No such file or directory"

0

Hello,

I am creating the pipeline using aws sage maker visual studio editor, I have the input file placed in s3 and pointed to container path "/opt/ml/processing/input". and output also i ma saving into different folder in the same s3. pointing to a container path /opt/ml/processing/output.

And in the entry point i am trying to execute the python script. which is placed in the same s3 bucket in sub folder code/video-to-frame.py in a input folder. Now when i execute the pipeline getting

[FATAL tini (7)] exec 'python' , "./code/video-to-frame.py" failed: No such file or directory

Input : Enter image description here

Output Enter image description here

Enter image description here

1 Answer
0
Accepted Answer

need to add each command in one box. instead of 2 in the same box

answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.