most-translator-95317
01/25/2023, 11:44 PMverstack$ pyflyte init my_first_wf$ ./bin/flytectl sandbox start --source .$ sh docker_build.sh -r localhost:30000$ pyflyte --pkgs <http://workflows.my|workflows.my>_workflow package --image  localhost:30000/my_first_wf:fbc629e54b46c12d6396d39ea9d3f37307ba961d$  docker run -it localhost:30000/my_first_wf:fbc629e54b46c12d6396d39ea9d3f37307ba961d sh# python>>> import verstack(no problem)pyflyte run --remote workflows/my_workflow.py  train --filename '$VVIX.csv' --test_size 0.25 --output_path model.modelPod failed. No message received from kubernetes.
[fd4d75a833c134b5f9e1-n0-0] terminated with exit code (1). Reason [Error]. Message: 
l>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/root/workflows/my_workflow.py", line 11, in <module>
    from verstack import LGBMTuner 
ModuleNotFoundError: No module named 'verstack'glamorous-carpet-83516
01/25/2023, 11:54 PMmost-translator-95317
01/26/2023, 12:00 AMcontainers with unready status: [f559893b4d3564dedad1-n0-0]|Back-off pulling image "localhost:30000/my_first_wf:fbc629e54b46c12d6396d39ea9d3f37307ba961d"glamorous-carpet-83516
01/26/2023, 12:06 AMmost-translator-95317
01/26/2023, 12:07 AMglamorous-carpet-83516
01/26/2023, 12:09 AMaverage-finland-92144
01/26/2023, 6:21 PMmost-translator-95317
01/26/2023, 7:02 PMaverage-finland-92144
01/26/2023, 7:03 PMmost-translator-95317
01/26/2023, 10:24 PM$ sh docker_build.sh -p second -y 3.9.16 -r localhost:30000
$ docker push localhost:30000/second:<tag>
$ pyflyte run --remote --image   localhost:30000/second:<tag> workflows/my_workflow.py  <workflowname> --argname value ....