Why am I getting this error running my agent deplo...
# ask-community
e
Why am I getting this error running my agent deployment:
Copy code
/Users/macbook/.pyenv/versions/3.10.5/lib/python3.10/runpy.py:126: 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))
1
z
This is a warning and it does not have any affect on anything 🙂
We’d like to resolve it but since it doesn’t actually do anything and we’re not entirely sure of the cause, it’s there still.