BerkeleyHCI/edg-ide

Un resolved denpendencies path

Opened this issue · 1 comments

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

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.