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

Error: downloading unibas-gravis/scalismo-ui #412

Closed
jearice opened this issue Oct 2, 2023 · 1 comment
Closed

Error: downloading unibas-gravis/scalismo-ui #412

jearice opened this issue Oct 2, 2023 · 1 comment

Comments

@jearice
Copy link

jearice commented Oct 2, 2023

hello,
My name is Jearice and I am a master student attempting to install scalismo on my laptop in order to use SSAM.
I am using a dell E5440 laptop with windows 10.

I am at the step where I am adding the dependency:
libraryDependencies += "ch.unibas.cs.gravis" %% "scalismo-ui" % "0.91.0"

and I then obtain the foolllowing error: "extracting structure failed: Build status: Error
check the root node of the tree for more details"

And when I look at the root node of the tree I see the following:

[error] stack trace is suppressed; run 'last ssExtractDependencies' for the full output
[error] (update) sbt.librarymanagement.ResolveException: Error downloading ch.unibas.cs.gravis:scalismo-ui_2.13:0.92.0
[error] Not found
[error] Not found
[error] not found: C:\Users\Utilisateur.ivy2\localch.unibas.cs.gravis\scalismo-ui_2.13\0.92.0\ivys\ivy.xml
[error] not found: https://repo1.maven.org/maven2/ch/unibas/cs/gravis/scalismo-ui_2.13/0.92.0/scalismo-ui_2.13-0.92.0.pom
[error] (ssExtractDependencies) sbt.librarymanagement.ResolveException: Error downloading ch.unibas.cs.gravis:scalismo-ui_2.13:0.92.0
[error] Not found
[error] Not found
[error] not found: C:\Users\Utilisateur.ivy2\localch.unibas.cs.gravis\scalismo-ui_2.13\0.92.0\ivys\ivy.xml
[error] not found: https://repo1.maven.org/maven2/ch/unibas/cs/gravis/scalismo-ui_2.13/0.92.0/scalismo-ui_2.13-0.92.0.pom
[error] Total time: 16 s, completed Oct 2, 2023, 3:58:20 PM
[info] shutting down sbt server

Can somebody please suggest me what to do in order to solve this and see the scalismo
Screenshot (47)
gui?
would truly appreciate it.

@marcelluethi
Copy link
Contributor

Welcome to Scalismo.

I think the problem is that you are using scala 2.13 with the latest version of Scalismo-ui, which is only published for Scala 3. The easiest way to get a working project is to start with the template project (scalismo-seed). Just follow the instructions in the readme and you should end up with a working skeleton project.

If you really want to use Scala 2.13 with the latest Scalismo version, there is also a way to do it (see the Scala3 migration guide.

I will close this issue, as it is not really for support, but for technical problems with Scalismo. If you need more support, please write on our mailing-list instead.

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