Kate
09/09/2024, 10:09 AM3.0
.
I was testing Prefect deployments with some missing dependencies locally. This feature was introduced in version 2.19.3
, and it worked perfectly for me without any extra setup until version 2.20.0
, where I started getting the same exception as before `2.19.3`:
prefect.exceptions.ScriptError: Script at 'flows/demo_flow.py' encountered an exception: ModuleNotFoundError("No module named 'pandas'")
I also tried getting it to work on Prefect 3.0
, but no luck so far.
Could this be a bug, or am I misunderstanding something?Chris White
Kate
09/12/2024, 9:15 AM