tig
11/09/2023, 9:53 PMprefect deploy -all
to build an image, I get the following error and it fails.
File "/Users/tig/Library/Caches/pypoetry/virtualenvs/dqx-4MBbiOmL-py3.10/lib/python3.10/site-packages/docker/transport/unixconn.py ", line 27, in connect
sock.connect(self.unix_socket)
FileNotFoundError: [Errno 2] No such file or directory
It seems to be failing because the docker socket is not found.
However, the docker daemon is running, and the commands themselves, such as docker ps, succeed.
I also installed prefect-docker==“0.4.0”, although I do not know if I will use it.
I tried with Python versions 3.9~3.11.
Also, prefect is 2.14.3.tig
11/09/2023, 9:56 PMtig
11/09/2023, 10:01 PM