Hi Team, I am working on seting up auto-deployment...
# ask-metaflow
b
Hi Team, I am working on seting up auto-deployment to step-functions using github actions. Locally I have everything working as expected but on my github actions workflow, I keep running into the below error message, even though I have boto3 installed. Anyone run into this issue before?
python churn_prediction_flow.py --environment=conda --with batch --with retry step-functions create
Copy code
Uploading S3 files failed.
    First key: <http://conda.anaconda.org/conda-forge/linux-64/libssh2-1.10.0-hf14f497_3.tar.bz2/d85acad4b47dff4e3def14a769a97906/libssh2-1.10.0-hf14f497_3.tar.bz2|conda.anaconda.org/conda-forge/linux-64/libssh2-1.10.0-hf14f497_3.tar.bz2/d85acad4b47dff4e3def14a769a97906/libssh2-1.10.0-hf14f497_3.tar.bz2>
    Error: Traceback (most recent call last):
      File "/home/runner/.local/lib/python3.10/site-packages/metaflow/plugins/datatools/***/***op.py", line 18, in <module>
        from boto3.***.transfer import TransferConfig
    ModuleNotFoundError: No module named 'boto3'
1