-
Notifications
You must be signed in to change notification settings - Fork 23
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
Suggested clarification to documentation to fix "Error downloading org.clulab:glove-840b-300d-10f" issue #360
Comments
Thanks, @AbeHandler . Just to confirm: things are working for you after you added that resolver? (That one relates to a dependency of odinson-extra). |
@myedibleenso yes things are working in the sense that |
Hi, @AbeHandler , after adding
|
Whether or not .withAllowInsecureProtocol(true) is needed or allowed is dependent on sbt version. It looks like it isn't being allowed, so please try without. |
Hi,
Cool project! I am interested in Odinson but don't have much experience with sbt. I had some trouble with the build instructions on the docs page that I was eventually able to fix. I am posting this here in case others run into the same issue. I think updating the docs to describe this issue would save others time and headaches in the future.
Backstory
I tried to build by following the sbt build instructions here but got an error "Error downloading org.clulab:glove-840b-300d-10f".
I did some research, including looking at the processors library and eventually realized I needed to add a resolver to the build file. I thought that was all I needed but I kept hitting more errors. From this stackoverflow post I realized I needed to add
withAllowInsecureProtocol(true)
when adding the resolver.Improvements requested:
If you could show how to add an http resolver by adding the following line to the demo build.sbt I think it would be very helpful for those unfamiliar with sbt.
The text was updated successfully, but these errors were encountered: