Chris Marchetti [Datateer]
11/23/2022, 6:31 PMUnknown Opcode
error in our prefect flow. I looked up the error and saw several issues relating to mismatched python versions. I have verified that we are using python 3.8 (3.87 and 3.8) for everything. Does anyone have any ideas why this error may be occurring? Other tasks in our flow ran successfully. Only one failed.Mason Menges
11/23/2022, 8:54 PMChris Marchetti [Datateer]
11/23/2022, 10:07 PMTask 'build vars': Exception encountered during task execution!
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/prefect/engine/task_runner.py", line 876, in get_task_run_state
value = prefect.utilities.executors.run_task_with_timeout(
File "/usr/local/lib/python3.8/site-packages/prefect/utilities/executors.py", line 468, in run_task_with_timeout
return task.run(*args, **kwargs) # type: ignore
File "/home/runner/work/pkt-pipeline/pkt-pipeline/orchestration/pipeline_main_gcp.py", line 24, in build_vars
SystemError: unknown opcode
The error is above.