Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install error #6

Closed
kimxogus opened this issue May 18, 2020 · 1 comment
Closed

Install error #6

kimxogus opened this issue May 18, 2020 · 1 comment

Comments

@kimxogus
Copy link

scoop install bloop fails with following error

PS C:\Users\kimxogus> scoop install bloop
WARN  Scoop uses 'aria2c' for multi-connection downloads.
WARN  Should it cause issues, run 'scoop config aria2-enabled false' to disable it.
Installing 'bloop' (1.4.1) [64bit]
Starting download with aria2 ...
Download: [#c975db 0B/0B CN:1 DL:0B]
Download: Download Results:
Download: gid   |stat|avg speed  |path/URI
Download: ======+====+===========+=======================================================
Download: c975db|OK  |    34KiB/s|C:/Users/kimxogus/scoop/cache/bloop#1.4.1#https_github.com_scalacenter_bloop_releases_download_v1.4.1_bloop-coursier.json
Download: Status Legend:
Download: (OK):download completed.
Checking hash of bloop-coursier.json ... ok.
Running installer script...
Exception in thread "main" coursier.error.ResolutionError$CantDownloadModule: Error downloading C:\Users\kimxogus\scoop\apps\bloop\1.4.1:latest.release
  not found: C:\Users\kimxogus\.ivy2\local\C\Users\kimxogus\scoop\apps\bloop\1.4.1
  not found: https://repo1.maven.org/maven2/C/\Users\kimxogus\scoop\apps\bloop\1.4.1/maven-metadata.xml
        at coursier.Resolve$.$anonfun$validate$1(Resolve.scala:325)
        at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:273)
        at scala.collection.Iterator.foreach(Iterator.scala:943)
        at scala.collection.Iterator.foreach$(Iterator.scala:943)
        at scala.collection.AbstractIterator.foreach(Iterator.scala:1431)
        at scala.collection.IterableLike.foreach(IterableLike.scala:74)
        at scala.collection.IterableLike.foreach$(IterableLike.scala:73)
        at scala.collection.AbstractIterable.foreach(Iterable.scala:56)
        at scala.collection.TraversableLike.map(TraversableLike.scala:273)
        at scala.collection.TraversableLike.map$(TraversableLike.scala:266)
        at scala.collection.AbstractTraversable.map(Traversable.scala:108)
        at coursier.Resolve$.validate(Resolve.scala:323)
        at coursier.Resolve.validate0$1(Resolve.scala:112)
        at coursier.Resolve.$anonfun$ioWithConflicts0$4(Resolve.scala:156)
        at coursier.util.Task$.$anonfun$flatMap$2(Task.scala:14)
        at scala.concurrent.Future.$anonfun$flatMap$1(Future.scala:307)
        at scala.concurrent.impl.Promise.$anonfun$transformWith$1(Promise.scala:41)
        at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:834)
Linking ~\scoop\apps\bloop\current => ~\scoop\apps\bloop\1.4.1
Creating shim for 'bloop'.
Can't shim 'bloop': File doesn't exist.
@jvican
Copy link
Contributor

jvican commented May 18, 2020

Thanks for reporting, this is a dupe of scalacenter/bloop#1281

@jvican jvican closed this as completed May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants