Liri Rozenthal
12/21/2021, 2:56 PMAnna Geller
Anna Geller
Liri Rozenthal
12/21/2021, 3:41 PMLiri Rozenthal
12/22/2021, 2:53 PM3.7.9 was the last binary release for 3.7. Now 3.7 is only provided security fixes which are source-only releases. 3.7.12 is a security fix release so it doesn't contain any new feature, optimisation or improvement.
How can I modify the agent's python version?Anna Geller
conda create --name prefectAgent python=3.7
conda activate prefectAgent
pip install prefect==0.15.10 # or whichever version you needAnna Geller
Liri Rozenthal
12/22/2021, 4:02 PMAnna Geller
prefect register --project yourproject -p yourflow.pyAnna Geller