Zachary Loertscher
12/07/2022, 4:22 PMpyodbc
However, I continue to get the error Failed to load and execute flow run: ModuleNotFoundError("No module named 'pyodbc'")
I have..
• added pyodbc
to requirements.txt, which is installed using our Dockerfile
with RUN pip install -r requirements.txt
Info:
Prefect version: 1.2.4
Deployment: AWS CDK for AWS
Where does your docker container live?: an ECS Fargate deployment.
What OS runs on your docker container? Amazon Linux 2
Any ideas? Is Prefect just not finding the package?Mason Menges
12/08/2022, 7:44 PMZachary Loertscher
12/08/2022, 7:51 PMUniversalRun
? Also, not sure if it matters, but this is running via a Local Agent that gets booted up from the dockerfile
Mason Menges
12/08/2022, 8:08 PM