4

PredictionIO を使用してレコメンデーション エンジンを構築しようとしたときにエラーが発生しました。この問題の解き方を知っている方お願いします。

root@testing:~/PredictionIO/engines# pio build --verbose
[INFO] [Console$] Using command '/root/PredictionIO/sbt/sbt' at the current working directory to build.
[INFO] [Console$] If the path above is incorrect, this process will fail.
[INFO] [Console$] Uber JAR disabled. Making sure lib/pio-assembly-0.9.4.jar is absent.
[INFO] [Console$] Going to run: /root/PredictionIO/sbt/sbt  package assemblyPackageDependency
[ERROR] [Console$] Error: Invalid or corrupt jarfile /root/PredictionIO/sbt/sbt-launch-0.13.7.jar
[ERROR] [Console$] Return code of previous step is 1. Aborting.
4

1 に答える 1

3

このファイルをダウンロードするのを手伝ってください

https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.7/sbt-launch.jar

ダウンロードしたファイルの名前を sbt-launch-0.13.7.jar に変更し、PredictionIO/sbt/ 内の以前のファイルを置き換えます

于 2015-07-31T09:44:37.663 に答える