jack
01/04/2021, 10:24 PM{'type': ['Unsupported value: UniversalRun']}
{'_schema': 'Invalid data type: None'}
Not really able to run any newly built flows, so massive impact to my work. Did anyone have this issue and able to resolve it?Kyle Moon-Wright
01/04/2021, 10:52 PMjack
01/05/2021, 1:26 AM14:22:37
ERROR
execute flow-run
Failed to load and execute Flow's environment: ValueError('unsupported pickle protocol: 5')
14:22:47
ERROR
k8s-infra
Pod prefect-job-c30cdca2-x9qzh failed.
Container 'flow' state: terminated
Exit Code:: 1
Reason: Error
Kyle Moon-Wright
01/05/2021, 1:37 AMjack
01/05/2021, 3:53 AM0.13.19
. The moment I register flow with Prefect version 0.14.0/0.14.1
, it throws me that unsupported pickle protocol: 5
error. I am not quite sure if I understood that thread properly but the python version I run on my local machine is `3.8.6`How and where/what am I checking for the remote python version?docker pull prefecthq/prefect:latest-python3.8
Kyle Moon-Wright
01/05/2021, 5:03 PMdocker pull prefecthq/prefect:latest
as long as you can ensure your newly registered flows and your Agent are running the most recent versions (0.14.1).jack
01/06/2021, 2:37 AM