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
Nate
08/26/2024, 4:46 PM
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
Adalbert
08/26/2024, 4:51 PM
@Nate thanks for replying! Unfortunately - error still occurs 😞
n
Nate
08/26/2024, 4:58 PM
is that the only error you get? or is there something else in the stack trace
a
Adalbert
08/26/2024, 5:06 PM
that's all:
n
Nate
08/26/2024, 5:08 PM
hrm
can you share the output of
prefect version
?
a
Adalbert
08/26/2024, 5:08 PM
sure, here it is
a
alex
08/27/2024, 1:41 PM
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
alex
08/27/2024, 5:50 PM
Alright there's a fix for this here which will be in the next release!
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.