You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ex. I want to use boto3 but when i run "pip install boto3" or after adding in requirements.txt and doing "pip install -r requirements.txt",
Then still logs says boto3 import error.
So i have to install this in all containers (worker, web server, scheduler, etc) manually to use boto3 in airflow.
The text was updated successfully, but these errors were encountered:
Ex. I want to use boto3 but when i run "pip install boto3" or after adding in requirements.txt and doing "pip install -r requirements.txt",
Then still logs says boto3 import error.
So i have to install this in all containers (worker, web server, scheduler, etc) manually to use boto3 in airflow.
The text was updated successfully, but these errors were encountered: