Unresolved Dependencies Error

70 views
Skip to first unread message

Ramana Venkata

unread,
Sep 17, 2013, 11:25:01 PM9/17/13
to alge...@googlegroups.com

When I try to start sbt from algebird, I get unresolved dependencies error Here is the log https://gist.github.com/vramana/83599eae34e1f4120bde. Most of the links present in the log point to 404 Not found. Can somebody tell what's going wrong?

Sam Ritchie

unread,
Sep 18, 2013, 2:18:28 AM9/18/13
to Ramana Venkata, alge...@googlegroups.com
SBT plugins are published for each specific combination of scala version and plugin version; it looks like you've moved up to SBT 0.13, but the plugins in the repo are still stuck on 0.12.

I think if you use the sbt script hosted in the repo you should be good to go:

./sbt update

Can you give it a try and let me know?

Thanks!
Sam

September 17, 2013 8:25 PM

When I try to start sbt from algebird, I get unresolved dependencies error Here is the log https://gist.github.com/vramana/83599eae34e1f4120bde. Most of the links present in the log point to 404 Not found. Can somebody tell what's going wrong?

--
You received this message because you are subscribed to the Google Groups "algebird" group.
To unsubscribe from this group and stop receiving emails from it, send an email to algebird+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Sam Ritchie, Twitter Inc
703.662.1337
@sritchie

Ramana Venkata

unread,
Sep 18, 2013, 2:51:52 AM9/18/13
to alge...@googlegroups.com, Ramana Venkata
It is working now.

Ramana Venkata

unread,
Sep 18, 2013, 4:54:13 AM9/18/13
to alge...@googlegroups.com, Ramana Venkata
```scala
> console
[info] Starting scala interpreter...
[info] 
Welcome to Scala version 2.9.3 (OpenJDK 64-Bit Server VM, Java 1.7.0_25).
Type in expressions to have them evaluated.
Type :help for more information.

scala> import com.twitter.algebird._
<console>:7: error: object twitter is not a member of package com
       import com.twitter.algebird._
                  ^
```

@sritchie Can you tell what's going wrong? 

On Wednesday, September 18, 2013 11:48:28 AM UTC+5:30, Sam Ritchie wrote:

Sam Ritchie

unread,
Sep 18, 2013, 11:32:22 AM9/18/13
to Ramana Venkata, alge...@googlegroups.com
I believe you need to open a console in the proper subproject. So, first do

project algebird-core

to switch, then "console".

September 18, 2013 1:54 AM
September 17, 2013 11:18 PM
SBT plugins are published for each specific combination of scala version and plugin version; it looks like you've moved up to SBT 0.13, but the plugins in the repo are still stuck on 0.12.

I think if you use the sbt script hosted in the repo you should be good to go:

./sbt update

Can you give it a try and let me know?

Thanks!
Sam


Vincent Ohprecio

unread,
Sep 2, 2014, 3:49:39 PM9/2/14
to alge...@googlegroups.com
Here are the instructions to get Algebird running in the REPL:
Reply all
Reply to author
Forward
0 new messages