Not sure why Docker's output message isn't clearer, but if you see the following:
docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
[28430] Failed to execute script docker-compose
It's because Docker on your system isn't running. Start/restart it and you should be good to go. If you don't already have installed, see Docker's official docs
Not sure why Docker's output message isn't clearer, but if you see the following:
It's because Docker on your system isn't running. Start/restart it and you should be good to go. If you don't already have installed, see Docker's official docs