I am trying to run Syntaxnet on my computer but got stuck at the part of bazel installation.
When i executed "bazel test syntaxnet/... util/utf8/...", all test targets were skipped.
The error codes are as below.
Thanks.
I am trying to run Syntaxnet on my computer but got stuck at the part of bazel installation.
When i executed "bazel test syntaxnet/... util/utf8/...", all test targets were skipped.
The error codes are as below.
Thanks.
Seems like zlib is missing. On Ubuntu just:
sudo apt-get install zlib1g-dev
and then retry installation.
It seems you missed a step for the bazel's installation; try this:
sudo apt-get install pkg-config zip g++ zlib1g-dev unzip