You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue still requires a more detailed investigation.
An attempt to run aiidalab-launch (<=2022.16) with any sub-command on MacOS gives the following error:
$ aiidalab-launch version
Connecting to docker host...
Unable to communicate with docker on this host. This error usually
indicates that Docker is either not installed on this system, that the
docker service is not started, or that the installation is ill-
configured. Please follow the instructions at
https://docs.docker.com/get-docker/ to install and start docker.
Error: Failed to communicate with Docker client: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
The text was updated successfully, but these errors were encountered:
I have docker desktop 4.9.0 (80466) with an engine version v20.10.16, and it's working.
I once encounter the same exception message during the AiiDA tutorial in a linux machine of a student. The issue caused by the docker daemon service started in user mode rather than by the root.
I think this is related and should be some options during install the docker. But in the long term, I think we need to make sure the aiidalab-launch can support access the API with the new "--user" mode.
This issue still requires a more detailed investigation.
An attempt to run aiidalab-launch (
<=2022.16
) with any sub-command on MacOS gives the following error:The text was updated successfully, but these errors were encountered: