Todd Lindstrom
04/22/2021, 9:25 PMtoddlindstrom@Todds-Mac-mini rn % docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
toddlindstrom@Todds-Mac-mini rn % docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
alpine/git latest 22c155daebb5 2 days ago 25.2MB
postgres 11 5d6b1d3ef9e6 12 days ago 193MB
prefecthq/ui core-0.14.16 0d4411d0bf3d 13 days ago 192MB
prefecthq/server core-0.14.16 bf24592be75f 2 weeks ago 396MB
prefecthq/apollo core-0.14.16 8269d32c4e56 2 weeks ago 321MB
hasura/graphql-engine v1.3.3 cf9add618ad6 4 months ago 48.5MBtowel_1 | {"severity": "ERROR", "name": "prefect-server.HasuraClient", "message": "Encountered internal API exception: [Errno 111] Connect call failed ('172.22.0.3', 3000)", "exc_info": "Traceback (most recent call last):\n File \"/prefect-server/src/prefect_server/utilities/exceptions.py\", line 87, in reraise_as_api_error\n yield\n File \"/prefect-server/src/prefect_server/utilities/graphql.py\", line 64, in execute\n timeout=30,\n File \"/usr/local/lib/python3.7/site-packages/httpx/_client.py\", line 1385, in post\n timeout=timeout,\n File \"/usr/local/lib/python3.7/site-p.......
Zanie
Todd Lindstrom
04/22/2021, 9:35 PMZanie
prefect server start
? as well as prefect diagnostics
?Todd Lindstrom
04/22/2021, 11:44 PMZach Angell
Todd Lindstrom
04/23/2021, 12:57 PMZach Angell
Todd Lindstrom
04/23/2021, 12:59 PMZanie
docker kill $(docker ps -q)
then do prefect server start
again and share the logs?Zach Angell
conda
for this https://docs.conda.io/en/latest/
Basic usage is something like this, and it's well documented online
$ conda create -n "py38prefect" python=3.8
$ conda activate py38prefect
$ (py38prefect) # pip install stuff in the shell now
Todd Lindstrom
04/23/2021, 1:11 PMZanie