amplab / SparkNet

Distributed Neural Networks for Spark
MIT License
603 stars 172 forks source link

Unresolved Dependency #141

Open abongLee opened 8 years ago

abongLee commented 8 years ago

when sbt assembly I get this error

error sbt.ResolveException: unresolved dependency: org.bytedeco#javacpp;1.2-SPARKNET: not found [error] unresolved dependency: org.bytedeco.javacpp-presets#caffe;master-1.2-SPARKNET: not found [error] unresolved dependency: org.bytedeco.javacpp-presets#opencv;3.1.0-1.2-SPARKNET: not found [error] unresolved dependency: org.bytedeco.javacpp-presets#tensorflow;master-1.2-SPARKNET: not found Is it the problem of my proxy? Any help is appreciated

yunwan commented 8 years ago

modify "http://www.eecs.berkeley.edu/~rkn/snapshot-2016-03-05/" to "http://people.eecs.berkeley.edu/~rkn/snapshot-2016-03-05/" in build.sbt