Jasono
10/12/2020, 10:54 PMprefect server start
the first time, received this error. Any idea how to troubleshoot this?
PS C:\Users\puruz\Documents\prefect> prefect server start
Exception caught; killing services (press ctrl-C to force)
Traceback (most recent call last):
File "C:\Users\puruz\AppData\Roaming\Python\Python39\site-packages\prefect\cli\server.py", line 331, in start
subprocess.check_call(
File "c:\program files\python39\lib\subprocess.py", line 368, in check_call
retcode = call(*popenargs, **kwargs)
File "c:\program files\python39\lib\subprocess.py", line 349, in call
with Popen(*popenargs, **kwargs) as p:
File "c:\program files\python39\lib\subprocess.py", line 947, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "c:\program files\python39\lib\subprocess.py", line 1416, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
Kyle Moon-Wright
10/12/2020, 11:02 PMJasono
10/12/2020, 11:11 PMpython project_name.py
on a command line, and it doesn't seem to register with the server.Kyle Moon-Wright
10/12/2020, 11:46 PMprefect backend server
) - it goes through the process of registering a flow and running an agent. Just be conscientious of when there's a CLOUD badge, as that will be scoped to using Prefect Cloud.Jasono
10/12/2020, 11:47 PM