eddy davies
08/01/2022, 2:24 PMprefect version
pip install pysqlite3
and I am running intel macOS montereyMathijs Carlu
08/01/2022, 2:45 PMprefect config set PREFECT_API_URL=<url-of-server>
, otherwise prefect won't be able to get a client here eddy davies
08/02/2022, 10:40 AMMathijs Carlu
08/02/2022, 11:06 AMeddy davies
08/02/2022, 2:40 PMMathijs Carlu
08/02/2022, 3:18 PMprefect config unset PREFECT_API_URL
, and you can shut down the local server.
But now, I'm not sure. Something in this try-catch block is throwing an exception, so maybe try to call get_client from a python script, so you can see the exception thrown?
Do you have all dependencies installed?eddy davies
08/03/2022, 10:40 AMpip install prefect
and getting no errors there. When I try to run prefect orion start
I get this error and a similar error when I try prefect orion database reset
Mathijs Carlu
08/03/2022, 11:27 AMeddy davies
08/03/2022, 12:40 PM