Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/295.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 无法生成syntaxNet源?_Python_Tensorflow_Syntaxnet - Fatal编程技术网

Python 无法生成syntaxNet源?

Python 无法生成syntaxNet源?,python,tensorflow,syntaxnet,Python,Tensorflow,Syntaxnet,我做了他们给我的一切,但我一次又一次地犯这个错误……我试着用谷歌搜索,发现是否有人犯了同样的错误,但没有,没有成功。这是命令-- 这里是错误- ERROR: com.google.devtools.build.lib.packages.BuildFileContainsErrorsException: error loading package 'external': Extension file '@org_tensorflow//tensorflow:tensorflow.bzl' may

我做了他们给我的一切,但我一次又一次地犯这个错误……我试着用谷歌搜索,发现是否有人犯了同样的错误,但没有,没有成功。这是命令--

这里是错误-

ERROR: com.google.devtools.build.lib.packages.BuildFileContainsErrorsException: error loading package 'external': Extension file '@org_tensorflow//tensorflow:tensorflow.bzl' may not be loaded from a WORKSPACE file since the extension file is located in an external repository.
INFO: Elapsed time: 0.052s
ERROR: Couldn't start the build. Unable to run test

最终解决了它,它与
bazel
版本有关

我以前安装过,所以版本是0.1.5。但是在文档中,它的书面支持的是0.2-0.2.2b。我试图用brew升级它,但没有成功


因此,我尝试使用0.2.2b安装程序直接安装它,它成功了:)

最终解决了它,它与
bazel
版本有关

我以前安装过,所以版本是0.1.5。但是在文档中,它的书面支持的是0.2-0.2.2b。我试图用brew升级它,但没有成功


因此,我尝试使用0.2.2b安装程序直接安装它,它成功了:)

这是一个非常有用的脚本,用于在ubuntu-14.04上安装

这是一个非常有用的脚本,用于在ubuntu-14.04上安装

ERROR: com.google.devtools.build.lib.packages.BuildFileContainsErrorsException: error loading package 'external': Extension file '@org_tensorflow//tensorflow:tensorflow.bzl' may not be loaded from a WORKSPACE file since the extension file is located in an external repository.
INFO: Elapsed time: 0.052s
ERROR: Couldn't start the build. Unable to run test