Pierre Pasquet
10/01/2021, 9:46 PMprefect server and prefect agent from a directory where version 3.8.9 is active (I am using pyenv), so I don't know where this version 3.7.10 comes from. How can I tell which python version my agent uses? I assume, according to the error message, that the faulty version 3.7.10 is tied to the agent.
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.9', currently running with '3.7.10')")Kevin Kho
Kevin Kho
Pierre Pasquet
10/02/2021, 12:17 AM3.8.9 is the expected version - i just don't know where 3.7.10 comes from given that it's not even installed on my computer.Kevin Kho
Pierre Pasquet
10/04/2021, 12:48 PMKevin Kho