I encounter the same problem because I set scala.version = 2.11.8 when I create PredictionIO, but the kernel pattern that I used was created using scala 2.10.
therefore, I edit the build.sbt file in the folder with the engine and add scalaVersion := "2.11.8"
, re-run the build command ( pio build --verbose
), after which all the builds complete successfully.
source share