Hi, is anyone using Windows and have seen this mes...
# ask-community
m
Hi, is anyone using Windows and have seen this message?
Copy code
C:\Program Files\Python310\lib\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
1
n
hi moe! you should be able to safely ignore this warning message, i dont believe its specific to windows, but rather its when you pip install prefect into an environment where
prefect.engine
has been previously imported, which would more common on reused / non-containerized runtime environments
m
Okay, thanks