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

Un resolved denpendencies path #116

Open
migherault opened this issue Aug 16, 2023 · 1 comment
Open

Un resolved denpendencies path #116

migherault opened this issue Aug 16, 2023 · 1 comment

Comments

@migherault
Copy link

I'm on windows 10 x64. In console mode I ran sbt then runIDE and it returns

Note: Unresolved dependencies path:
[error] (updateFull) sbt.librarymanagement.ResolveException: Error downloading edgcompiler:edgcompiler_2.13:0.1.0-SNAPSHOT

I can't face it for hours.
Many thanks in advence

@ducky64
Copy link
Collaborator

ducky64 commented Aug 16, 2023

Can you check if the submodule has been cloned? If the PolymorphicBlocks folder on your local copy doesn't exist or is empty, this indicates the submodule was not cloned.
To fix, on the repo directory, run git submodule update --init --recursive

The error message is that it couldn't find the subproject edg-compiler, which lives in the submodule as a local reference and isn't available on e.g. Maven.

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