Hello. I'm trying to register my flow to the cloud...
# ask-community
m
Hello. I'm trying to register my flow to the cloud. It failed the deployment healthcheck with the following:
Copy code
Beginning health checks...
System Version check: OK
Traceback (most recent call last):
  File "/opt/prefect/healthcheck.py", line 121, in <module>
    flows = cloudpickle_deserialization_check(flow_file_path)
  File "/opt/prefect/healthcheck.py", line 43, in cloudpickle_deserialization_check
    flows.append(cloudpickle.load(f))
ModuleNotFoundError: No module named 'utils'

Removing intermediate container 1128b2fe7075
The command '/bin/sh -c python /opt/prefect/healthcheck.py '["/opt/prefect/flows/scm-validation-flow.prefect"]' '(3, 6)'' returned a non-zero code: 1
Any guidance on how to resolve? thanks in advance.
z
@Maura Drabik can you take a look at https://prefect-community.slack.com/archives/CL09KU1K7/p1603476596033800 and let us know if that solves your problems?