I mean getting this error when deploying can anyon...
# ask-community
s
I mean getting this error when deploying can anyone help me out here? 164453.982 | INFO | prefect.flow_runs.runner - Runner 'runner-0126b023-99cf-44a0-8194-84506e3680bc' submitting flow run 'fa76d8ec-9f12-42dc-8caf-bbb5440a2821' 164453.998 | INFO | prefect.flow_runs.runner - Opening process... 164454.008 | INFO | prefect.flow_runs.runner - Completed submission of flow run 'fa76d8ec-9f12-42dc-8caf-bbb5440a2821' 2024-02-04 164454,359 - json - INFO - [datasolver] main_entry: function_name: load called from caller_info: /home/mengjq/.cache/pypoetry/virtualenvs/datasynchub-q4myKc_V-py3.8/lib/python3.8/site-packages/coolname/loader.py in _load_config with args: (codecs.StreamReaderWriter object at 0x7f69573ad4f0,) and kwargs: {} /usr/lib/python3.8/runpy.py127 RuntimeWarning: 'prefect.engine' found in sys.modules after import of package 'prefect', but prior to execution of 'prefect.engine'; this may result in unpredictable behaviour warn(RuntimeWarning(msg)) 164454.925 | INFO | Flow run 'rampant-cockatoo' - Downloading flow code from storage at '.' thanks so much for help!
n
do you mean this error?
Copy code
RuntimeWarning: 'prefect.engine' found in sys.modules after import of package 'prefect', but prior to execution of 'prefect.engine'; this may result in unpredictable behaviour
  warn(RuntimeWarning(msg))
this can be ignored and doesn't indicate that you've done anything wrong