eaplatanios / tensorflow_scala

TensorFlow API for the Scala Programming Language
http://platanios.org/tensorflow_scala/
Apache License 2.0
936 stars 96 forks source link

Cant find version 0.3.0-SNAPSHOT #132

Closed JoeWells96 closed 5 years ago

JoeWells96 commented 5 years ago

I saw in https://github.com/eaplatanios/tensorflow_scala/issues/124 you reccomended to use 0.3.0-SNAPSHOT over 0.2.4 however my sbt is failing to find that version and i can't see it on mvnrepo https://mvnrepository.com/artifact/org.platanios/tensorflow-api. Please advise, thank you

eaplatanios commented 5 years ago

@JoeWells96 That is because for snapshot versions you need to use the snapshots repository. In SBT this is done using this, for example:

resolvers in ThisBuild += Resolver.sonatypeRepo("snapshots")

However, I just released a full 0.3.0 and so can you check if you can use 0.3.0 directly? That is, without the -SNAPSHOT part.

JoeWells96 commented 5 years ago

@eaplatanios Thank you i have it working with the snapshot resolver now. However just 0.3.0 isn't working.

eaplatanios commented 5 years ago

No problem!:) Does it not find 0.3.0 or is it throwing an error when using it?

eaplatanios commented 5 years ago

@JoeWells96 There was an issue with the 0.3.0 release that should have been fixed now so I'm closing this. Please re-open if the issue persists.