Hello All, while following the instructions listed...
# openlane
t
Hello All, while following the instructions listed in https://github.com/The-OpenROAD-Project/OpenLane#installation-the-short-version and running make from /OpenLane, I receive the following error.
Copy code
make[1]: Entering directory '/home/taylptrsn/OpenLane'
Error response from daemon: manifest for efabless/openlane:70581ea9d301db157c40c7476f6c50b255cec56f not found: manifest unknown: manifest unknown
make[1]: *** [Makefile:125: pull-openlane] Error 1
make[1]: Leaving directory '/home/taylptrsn/OpenLane'
make[1]: Entering directory '/home/taylptrsn/OpenLane'
make[2]: Entering directory '/home/taylptrsn/OpenLane/docker'
NIX_SYSTEM=x86_64-linux BUILD_ARCH=amd64 bash build.sh
+ set -e
++ nix build --no-link --print-out-paths --accept-flake-config --option system x86_64-linux --extra-platforms x86_64-linux ..#packages.x86_64-linux.openlane1-docker
build.sh: line 10: nix: command not found
+ TARBALL=
make[2]: *** [Makefile:13: openlane] Error 127
make[2]: Leaving directory '/home/taylptrsn/OpenLane/docker'
make[1]: *** [Makefile:117: openlane] Error 2
make[1]: Leaving directory '/home/taylptrsn/OpenLane'
make: *** [Makefile:128: get-openlane] Error 2
I was able to reproduce on clean installations of both Ubuntu 20.04 LTS and 24.04 LTS