Anyone run into issues w/ `No module named 'prefec...
# ask-community
j
Anyone run into issues w/
No module named 'prefect.spec'
?
b
Hi Jason, the only thing I've found so far is a thread from this archived channel which seems to match the error you've shared.
Where exactly is the error popping up? When you try to run a flow, or maybe spin up a worker?
j
it happens in our integration test suite via pytest.
eventually, our imports load
import controlflow
down the dependency tree
and then we run into that mysterious error
any updates? we're now actualyl blocked in deploying 0.10
i suppose we can go back a version
b
Sorry, no updates yet on our side, but we'll keep you posted. Was your code working just fine prior to updating controlflow to 0.10?
j
ok, sorry but this turned out to be an issue on our end
it's an issue w/ ddtrace version
👀 1
b
do tell!
j
pinning/upgrading it to the latest version seems to have fixed the issue for us
b
what did you pin it to?
j
ddtrace, that is
2.10 -> 2.14
b
neat, thank you for sharing. 🙇 you're helping out another engineer that may stumble across this thread with the same problem