Hi all Sorry if that's wrong channel to post but I...
# prefect-getting-started
a
Hi all Sorry if that's wrong channel to post but I just don't know what to do. Basically what happend is - I wanted to check out latest Prefect 3.0 so I installed it. Tried to start server locally - no luck, something was missing I believe, don't remember. Wasn't THAT important for me to use 3.0 so I use pip install to go back to 2.20.3 Since that moment I am not able to start my local server. Uninstalled Prefect, uninstalled python, many many times. Nothing helps. What happens? After typing "prefect server start" server starts JUST for a split second and then: 183544.088 | ERROR | root - An error occurred: [WinError 2] The specified file cannot be found Server stopped!
n
hi @Adalbert - do you have data locally that you need to preserve? if not, you can try this
Copy code
rm -rf ~/.prefect/prefect.db && prefect server database reset -y
a
@Nate thanks for replying! Unfortunately - error still occurs 😞
n
is that the only error you get? or is there something else in the stack trace
a
that's all:
n
hrm can you share the output of
prefect version
?
a
sure, here it is
a
Looks like there's some Windows secret sauce that's missing after some changes in the last release. I can look into a fix for this today!
thank you 2
Alright there's a fix for this here which will be in the next release!
catjam 1
🙌 1