https://prefect.io logo
z

Zach

05/19/2020, 4:45 PM
I am trying to register one of my flows and I am getting this error that I don't understand:
Copy code
Traceback (most recent call last):
  File "/opt/prefect/healthcheck.py", line 135, in <module>
    flows = cloudpickle_deserialization_check(flow_file_path)
  File "/opt/prefect/healthcheck.py", line 40, in cloudpickle_deserialization_check
    flows.append(cloudpickle.load(f))
ModuleNotFoundError: No module named 'prefect.engine.results.prefect_result'