Hi everyone, We are using prefect cloud and pushin...
# ask-community
a
Hi everyone, We are using prefect cloud and pushing our flows to cloud run jobs. To make things work smoothly, we extended prefect image and then installed what we needed.
FROM prefecthq/prefect:2-python3.10
It was working fine 4 days back, but started getting issues while installing
py-stringmatching==0.4.3
now, it's probably because of some dependency added in the latest release. Anyone know how to fix the issue?
Just bumping this up to see if anyone has a solution.