Hi everyone, I’m having some trouble with deployi...
# ask-community
k
Hi everyone, I’m having some trouble with deploying without dependencies on Prefect
3.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`:
Copy code
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?
plus1 1
c
Hey @Kate! would you mind opening an issue on GitHub, ideally with a minimum reproducible example that we could work off of?
👍 1
k