kermitt2 / entity-fishing

A machine learning tool for fishing entities
http://nerd.readthedocs.io/
Apache License 2.0
249 stars 24 forks source link

installation issue on Ubuntu #123

Closed adna9 closed 2 years ago

adna9 commented 3 years ago

Task :compileJava FAILED

FAILURE: Build failed with an exception.

BUILD FAILED in 4s 2 actionable tasks: 1 executed, 1 up-to-date

kermitt2 commented 3 years ago

Hello @adna9 !

grobid-ner version 0.6.2 is the currently used version: https://github.com/kermitt2/entity-fishing/blob/master/build.gradle#L71

Have you updated/rebuild this project? https://github.com/kermitt2/grobid-ner

adna9 commented 3 years ago

yes using current versions of both still getting same error

kermitt2 commented 3 years ago

As there is no dependency with grobid-ner version 0.6.0 in the current project, you probably should clean/update entity-fishing.

adna9 commented 3 years ago

let me try it thanks for prompt reply!

dlauc commented 3 years ago

@adna9 have you managed to resolve the problem, I'm getting the similar one

`> Task :compileJava FAILED

FAILURE: Build failed with an exception.

kermitt2 commented 3 years ago

@dlauc bintray has closed its package hosting service and apparently they are not keeping it in read only mode as they said :( But have you installed grobid-ner locally as indicated in the documentation?

Normally you should have the artifact in your local maven repo, for example:

lopez@work:~/entity-fishing$ ll ~/.m2/repository/org/grobid/grobid-ner/0.6.2/
total 78M
drwxrwxr-x  2 lopez lopez 4.0K Mar 22 03:45 ./
drwxrwxr-x 10 lopez lopez 4.0K Mar 22 03:45 ../
-rw-rw-r--  1 lopez lopez 123K Mar 22 03:44 grobid-ner-0.6.2.jar
-rw-rw-r--  1 lopez lopez  78M Mar 22 03:45 grobid-ner-0.6.2-onejar.jar
-rw-rw-r--  1 lopez lopez 7.3K Mar 22 03:45 grobid-ner-0.6.2.pom

So the bintray lookup should not take place in principle.

dlauc commented 3 years ago

Thanks, I've had 0.6.0 version, it works now. Thank you for the great project!