Hi everyone ! When I use `prefect deploy -all` to ...
# prefect-getting-started
t
Hi everyone ! When I use
prefect deploy -all
to build an image, I get the following error and it fails.
Copy code
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.
docker is 24.0.6