Hey guys, Im having this error while trying to dep...
# ask-community
s
Hey guys, Im having this error while trying to deploy a script
Beginning health checks...
System Version check: OK
Traceback (most recent call last):
File "/opt/prefect/healthcheck.py", line 151, in <module>
flows = cloudpickle_deserialization_check(flow_file_paths)
File "/opt/prefect/healthcheck.py", line 44, in cloudpickle_deserialization_check
flows.append(cloudpickle.loads(flow_bytes))
File "/usr/local/lib/python3.8/site-packages/cloudpickle/cloudpickle.py", line 562, in subimport
__import__(name)
ModuleNotFoundError: No module named 'gcloud'
a
Hey @Sara Iris Valverde Bernuz would you mind sharing the code that causes the error above?
s
python register.py Experimental sara_test
it triggers when i try to execute this
which is just a small testing query to retrieve some rows from snowflake
error
a
Would you mind sharing the actual code that produces the error?
s
python register.py Experimental sara_test
it happens when I execute this
I don't know what code is causing the error, thats the point
a
Can you copy and paste the content of registry.py? Maybe looking at the code it's easier to understand what is causing the error
s
Its okay, manged to solve it . Thanks a lot 🙌🙏
a
Can you share what was the problem? Maybe someone can find it useful simple smile