https://prefect.io logo
Title
r

R Zo

02/25/2022, 2:46 AM
Hi, I had a few issues/questions which I will ask in different posts: post 1)I have setup two different python environments. In the first environment the latest prefect version is installed and jobs run to completion. Using the first environment I create a second environment and install tensorflow 2.4.0 which causes some of the packages such as numpy to be downgraded from 1.22.x to 1.19.5 . In the second environment jobs either hang (stop running) or there is a segmentation fault, depending on the OS. Is there a reason for this behavior? Any pointers I could use or info I could provide? I am using the LocalDaskExecutor for running jobs locally.