Hello, I’m tring to build dgraph on arm64 Linux. I clone the project, and I run
make install
But the error happened:
build github.com/dgraph-io/dgraph/dgraph: cannot load embed: malformed module path “embed”: missing dot in first path element
make[1]: *** [Makefile:92: install] Error 1
make[1]: Leaving directory ‘/root/mqb/Dgraph/dgraph’
make: *** [Makefile:47: install] Error 2
I don’t know how to deal with that. Can somebody help me?