receiving the following error on UI, while it is working on local system
[1/1] currentAttempt done. Last Error: USER::Pod failed. No message received from kubernetes.
[fd93672939cc74521a93-n0-0] terminated with exit code (1). Reason [Error]. Message:
, line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/root/myfly.py", line 7, in <module>
import flyte_db_plugin as fdp
ModuleNotFoundError: No module named 'flyte_db_plugin'
Traceback (most recent call last):
File "/usr/local/bin/pyflyte-fast-execute", line 8, in <module>
sys.exit(fast_execute_task_cmd())
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1130, in
call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/flytekit/bin/entrypoint.py", line 507, in fast_execute_task_cmd
subprocess.run(cmd, check=True)
File "/usr/local/lib/python3.7/subprocess.py", line 512, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['pyflyte-execute', '--inputs', '
s3://dev-wm-max-ml-flyte-us-east-1/metadata/propeller/cloudops-max-flyte-demo-development-fd93672939cc74521a93/n0/data/inputs.pb', '--output-prefix', '
s3://dev-wm-max-ml-flyte-us-east-1/metadata/propeller/cloudops-max-flyte-demo-development-fd93672939cc74521a93/n0/data/0', '--raw-output-data-prefix', '
s3://dev-wm-max-ml-flyte-us-east-1/jh/fd93672939cc74521a93-n0-0', '--checkpoint-path', '
s3://dev-wm-max-ml-flyte-us-east-1/jh/fd93672939cc74521a93-n0-0/_flytecheckpoints', '--prev-checkpoint', '""', '--dynamic-addl-distro', '
s3://dev-wm-max-ml-flyte-us-east-1/z4/cloudops-max-flyte-demo/development/GYDH57ORDPDZUM46RHB6UB2UNE======/scriptmode.tar.gz', '--dynamic-dest-dir', '/root', '--resolver', 'flytekit.core.python_auto_container.default_task_resolver', '--', 'task-module', 'myfly', 'task-name', 'generate_normal_df']' returned non-zero exit status 1.
.