question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

org.scala-sbt#sbt;0.13.15: not found

See original GitHub issue

steps

  1. download sbt-0.13.15.zip
  2. extract to /usr/local/sbt
  3. set SBT_HOME and add $SBT_HOME/bin to PATH
  4. run sbt in terminal

problem

Can’t run sbt, got org.scala-sbt#sbt;0.13.15: not found Full log:

Getting org.scala-sbt sbt 0.13.15  (this may take some time)...

:: problems summary ::
:::: WARNINGS
		module not found: org.scala-sbt#sbt;0.13.15

	==== local: tried

	  /home/duyrau/.ivy2/local/org.scala-sbt/sbt/0.13.15/ivys/ivy.xml

	  -- artifact org.scala-sbt#sbt;0.13.15!sbt.jar:

	  /home/duyrau/.ivy2/local/org.scala-sbt/sbt/0.13.15/jars/sbt.jar

		::::::::::::::::::::::::::::::::::::::::::::::

		::          UNRESOLVED DEPENDENCIES         ::

		::::::::::::::::::::::::::::::::::::::::::::::

		:: org.scala-sbt#sbt;0.13.15: not found

		::::::::::::::::::::::::::::::::::::::::::::::



:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
unresolved dependency: org.scala-sbt#sbt;0.13.15: not found
Error during sbt execution: Error retrieving required libraries
  (see /home/duyrau/.sbt/boot/update.log for complete log)
Error: Could not retrieve sbt 0.13.15

expectation

sbt run successfully without download dependencies due to offline-installation

notes

OS: Ubuntu 16.04 LTS 64 bit Scala: 2.11.8 JDK: Oracle JDk 1.8.0_102

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9

github_iconTop GitHub Comments

7reactions
duytruongcommented, May 24, 2017

Fixed, I created local directory in ~/.ivy2 and copy local-preloaded to ~/.ivy2/local

6reactions
duytruongcommented, Aug 31, 2017

Hi @sahil-sawhney As mentioned, I created a directory named local manually in ~/.ivy2 and copy the local-preloaded’s content to ~/.ivy2/local (local-preloaded is shipped with universal sbt tgz package).

Hope this helps! If you have any problem, feel free to ask me!

Read more comments on GitHub >

github_iconTop Results From Across the Web

sbt build failed - module not found: org.scala-sbt#sbt;0.13.5
Try to install ssl certificates. You can try using the command below. It helped me to solve the same issue. (Ubuntu 15.04)
Read more >
Download - sbt
Install sbt with cs setup​​ Follow Install page, and install Scala using Coursier. This should install the latest stable version of sbt ....
Read more >
sbt build failed – module not found: org.scala-sbt#sbt;0.13.5
I'm unsuccessfully trying to adjust sbt build for the existiing Scala project which previously worked fine but any docs was left.
Read more >
sbt issue in IntelliJ IDEA 2017.1
Getting org.scala-sbt sbt 0.13.13 ... :: problems summary :: :::: WARNINGS module not found: org.scala-sbt#sbt;0.13.13 ==== local: tried ...
Read more >
r/scala - [complete novice] Having an absolute nightmare ...
Thread.run(Thread.java:748) [error] (*:update) sbt.ResolveException: unresolved dependency: org.scalactic#scalactic_2.10;2.2.1: not found ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found