Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Compilation is not working by following steps given in Readme

未关闭
#164 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
2/5
预计耗时
1-3 小时
新手友好度
30/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
scala
领域
build-system

调研方向

从 README 中的编译步骤以及会到达 ProtobufPlugin.scala:99 的 sbtprotobuf 调用开始;确认是否已安装 protoc,并且可以在 PATH 中找到它。完成标准是按照文档中的步骤编译 remote_fused_graph_execute_info.proto 时不会出现报告的 "No such file or directory" 错误。

由索引模型根据 Issue 内容生成。

描述

I have latest version of Protobuf 3.7.1 after the error tried with 3.2.0 thinking older stable version may solve the issue but issue still persists.
remote_fused_graph_execute_info.proto is not getting compiled.

tensorframesmaster/src/main/protobuf/tensorflow/core/framework/remote_fused_graph_execute_info.proto

java.lang.RuntimeException: error occurred while compiling protobuf files: Cannot run program "protoc": error=2, No such file or directory
at sbtprotobuf.ScopedProtobufPlugin.executeProtoc(ProtobufPlugin.scala:99)
at sbtprotobuf.ScopedProtobufPlugin.sbtprotobuf$ScopedProtobufPlugin$$compile(ProtobufPlugin.scala:115)
at sbtprotobuf.ScopedProtobufPlugin$$anonfun$sourceGeneratorTask$1$$anonfun$5.apply(ProtobufPlugin.scala:151)
at sbtprotobuf.ScopedProtobufPlugin$$anonfun$sourceGeneratorTask$1$$anonfun$5.apply(ProtobufPlugin.scala:150)
at sbt.FileFunction$$anonfun$cached$1.apply(Tracked.scala:253)
at sbt.FileFunction$$anonfun$cached$1.apply(Tracked.scala:253)
at sbt.FileFunction$$anonfun$cached$2$$anonfun$apply$3$$anonfun$apply$4.apply(Tracked.scala:267)
at sbt.FileFunction$$anonfun$cached$2$$anonfun$apply$3$$anonfun$apply$4.apply(Tracked.scala:263)

主要语言
Scala
星标
743
派生
158
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

databricks/tensorframes 的其他 Issue

查看 databricks/tensorframes 的全部 Issue

相似的 Issue

更多 Scala Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。