2016-05-23 1 views
0

Je suis les étapes de dépôt Github de syntaxnetBazel Build for Syntaxnet retourne l'échec

Après l'exécution

bazel test syntaxnet/... util/utf8/... 

Je reçois l'erreur suivante:

ERROR: Error downloading http://www.ijg.org/files/jpegsrc.v9a.tar.gz to /home/nikita/.cache/bazel/_bazel_nikita/40a11335a37800034c02daf7fa7a6e28/external/jpeg_archive/jpegsrc.v9a.tar.gz: Connection reset and referenced by '@tf//tensorflow/core/platform/default/build_config:platformlib'.

ERROR: Loading failed; build aborted. INFO: Elapsed time: 1075.928s

ERROR: Couldn't start the build. Unable to run tests.

S'il vous plaît suggérer pour la même

Répondre

0

À l'origine, s'il y a une erreur liée à bazel le w w ay pourrait être réinstaller bazel en suivant ces étapes:

Exécutez le programme d'installation

$ chmod +x bazel-version-installer-os.sh 
$ ./bazel-version-installer-os.sh --user 
$ rm bazel-version-installer-os.sh 
$ sudo chown $USER:$USER ~/. cache/bazel/ 
$ export PATH="$PATH:$HOME/bin" 
0

Si vous utilisez un Mac, passez cette commande et exécuter ce lieu

bazel test --linkopt=-headerpad_max_install_names \ 
syntaxnet/... util/utf8/...