PredictionIO / template-scala-parallel-complementarypurchase

PredictionIO Complementary Purchase Engine Template (Scala-based parallelized engine)
16 stars 22 forks source link

unresolved dependency: io.prediction#core_2.10;0.10.0-incubating: not found #3

Open YatsevichS opened 7 years ago

YatsevichS commented 7 years ago

Hi there, after running a pio build i got this error:

[INFO] [Console$] [warn] :::::::::::::::::::::::::::::::::::::::::::::: [INFO] [Console$] [warn] :: UNRESOLVED DEPENDENCIES :: [INFO] [Console$] [warn] :::::::::::::::::::::::::::::::::::::::::::::: [INFO] [Console$] [warn] :: io.prediction#core_2.10;0.10.0-incubating: not found [INFO] [Console$] [warn] :::::::::::::::::::::::::::::::::::::::::::::: [INFO] [Console$] [warn] [INFO] [Console$] [warn] Note: Unresolved dependencies path: [INFO] [Console$] [warn] io.prediction:core_2.10:0.10.0-incubating (/home/osboxes/abc/engines/ComplementaryPurchase/build.sbt#L9-13) [INFO] [Console$] [warn] +- io.prediction:template-scala-parallel-complementarypurchase_2.10:0.1-SNAPSHOT [INFO] [Console$] sbt.ResolveException: unresolved dependency: io.prediction#core_2.10;0.10.0-incubating: not found Thanks

vaghawan commented 7 years ago

Hi, This can be solved by changing the namespace as well as the build.sbt to use org.apache.predictionio rather than io.predictionio.

See here: https://github.com/PredictionIO/template-scala-parallel-complementarypurchase/pull/4/commits/6e6811bd7d196480515b0b3247c7fac519fcdb85