https://prefect.io logo
m

Moe

07/28/2023, 3:25 PM
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

Nate

07/28/2023, 3:53 PM
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

Moe

07/28/2023, 3:56 PM
Okay, thanks