OpenLane$ make pull-openlane Pulling most recent O...
# openlane
r
OpenLane$ make pull-openlane Pulling most recent OpenLane image relative to your commit... docker pull efabless/openlane:2021.12.02_13.26.15 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? make: * [Makefile182 pull-openlane] Error 1
v
is docker installed properly?
try #make openlane
Have you installed Prerequisites At a minimum: • Docker 19.03.12+ • GNU Make • Python 3.6+ with PIP Click, Pyyaml:
python3 -m pip install pyyaml click
a
Also: The docker needs to be able to be run from non-root
r
there is some issue in docker installation