Mismatch of python versions in flow's environment #4401
Unanswered
anjsam1402
asked this question in
Q&A
Replies: 1 comment 9 replies
-
It seems very likely that your ECR container is somehow running on a different version than you think. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have recently started exploring Prefect and Prefect Cloud using a sample code.
Local environment python version : 3.8.5
ECR container python version : 3.8
The flow always gets registered, but throws the same error:
Failed to load and execute Flow's environment: StorageError("An error occurred while unpickling the flow:\n TypeError('code() takes at most 15 arguments (16 given)')\nThis may be due to one of the following version mismatches between the flow build and execution environments:\n - python: (flow built with '3.8.5', currently running with '3.7.9')")
Beta Was this translation helpful? Give feedback.
All reactions