You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to run deployed flow via prefect-client==3.0.5 produces this error: RuntimeError: Found incompatible versions: client: 0+unknown, server: 3.0.5. Major versions must match.
Thanks for the bug report, @ikseek! It looks like a version check was introduced in 3.0.1 via #15252, which is where this error is coming from. The missing version on prefect-client looks like a long-standing issue that wasn't discovered until now. I will investigate and implement a fix!
Bug summary
Attempt to run deployed flow via prefect-client==3.0.5 produces this error:
RuntimeError: Found incompatible versions: client: 0+unknown, server: 3.0.5. Major versions must match.
outputs
0+unknown
which might be the problem.Version info (
prefect version
output)Additional context
No response
The text was updated successfully, but these errors were encountered: