tf-dotty
tf-dotty copied to clipboard
dependency woes (scalapy-tensorflow_2.13 ??)
Hi there, interesting project, I'm trying to explore following https://maximekjaer.github.io/tf-dotty/docs/getting-started.html , but there are some issues. First of all, when you check out the published versions on Sonatype, these are SNAPSHOTs, so the following is missing:
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
When I add that, it find for example 0.0.0+53-201c1206-SNAPSHOT ( https://oss.sonatype.org/service/local/repositories/snapshots/content/io/kjaer/tf-dotty_3/0.0.0+53-201c1206-SNAPSHOT/tf-dotty_3-0.0.0+53-201c1206-SNAPSHOT.pom ), but somehow it relies itself on a scalapy-tensorflow SNAPSHOT that cannot be found:
[error] not found: https://oss.sonatype.org/content/repositories/snapshots/me/shadaj/scalapy-tensorflow_2.13/0.0.0+53-201c1206-SNAPSHOT/scalapy-tensorflow_2.13-0.0.0+53-201c1206-SNAPSHOT.pom
Any ideas? And does this not cause a problem to depend on a Scala 2.13 library? Thanks