Hello, After running the `prefect orion start.` It...
# ask-community
d
Hello, After running the
prefect orion start.
It stops running quickly as below: Please let me know how do I troubleshoot this. Is it because of the windows machine that I am using?
1
j
Which prefect version do you have installed in your environment, @Divya?
d
Hi @Jeff Hale , I have recently installed perfect 2.0
Earlier I used prefect 1.0 and used
prefect server start
to start the server. I am trying to start the server but I am unable to do the same as its repeatedly failing.
j
Which version of prefect 2.0 do you have installed?
prefect --version
d
j
Thank you. I suggest upgrading to the latest version:
pip install prefect==2.0b12
. We should have an even newer version later today. We are squashing bugs daily, so if it doesn’t work after upgrading, please let us know. Windows should be working okay. 🪲
👍 1
d
Hi @Jeff Hale, It is working for me now. Thank you!
🎉 1
Also how do we keep a track of the upgrades since you are upgrading each day?
j
Great @Divya! Yes, good question. We will have updated release notes with GA on Wed. We’ve been posting major changes with releases to the #CKNSX5WG3 channel.
🙌 1
d
Thank you @Jeff Hale!