bio-ontology-research-group/opa2vec

Error during execution

Closed this issue · 3 comments

The run script fails for me with this error message:

***********Metadata Extraction ...***********

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
General error during conversion: Error grabbing Grapes -- [download failed: org.apache.httpcomponents#httpclient;4.5.1!httpclient.jar, download failed: org.apache.httpcomponents#httpcore;4.4.3!httpcore.jar]

java.lang.RuntimeException: Error grabbing Grapes -- [download failed: org.apache.httpcomponents#httpclient;4.5.1!httpclient.jar, download failed: org.apache.httpcomponents#httpcore;4.4.3!httpcore.jar]

In the end, there are no annotation properties processed and all I end up with is the set of axioms.

Interesting. I think it would be good to include all the dependencies in the docker image @fzohrasmaili is preparing.

The dependencies are now specified in more detail in the readme file. Will also take care of that once the docker image is created .