hey folks I have a requirements.txt file from whic...
# ask-the-community
r
hey folks I have a requirements.txt file from which i build a docker image, and from that docker image i create a package
pyflyte --pkgs flyte.workflows package --image me/pdi:flyte-0.0.2.rez-dev
and from this package i do a register
flytectl register files --config /Users/rezwan.abir/.flyte/config.yaml --destinationDirectory . --project flytesnacks --domain development --archive flyte-package.tgz
but when I test workflow it says
ModuleNotFoundError: No module named 'boto3'
152 Views