Hi!
Im trying to install entity-fishing at an arm64. But I don't know if this causes the problem.
Following the instructions, the installation failes at Step 2 (./gradlew clean build) with 35 failed and 6 skipped tests.
The grobid-home seems to be fine.
Looking at the output there are a lot of java.lang.UnsatisfiedLinkError and java.lang.NoClassDefFoundError.
I tested it with java-11-openjdk-arm64 and java-8-openjdk-arm64 but no differences at all.
If it helps, i can provide the cli output.
Also the docker seems not to run, even when i start it with --platform linux/amd64. Will there be a compatible image?
What am i missing?
Thanks for your help
Hi!
Im trying to install entity-fishing at an arm64. But I don't know if this causes the problem.
Following the instructions, the installation failes at Step 2 (
./gradlew clean build) with 35 failed and 6 skipped tests.The grobid-home seems to be fine.
Looking at the output there are a lot of
java.lang.UnsatisfiedLinkErrorandjava.lang.NoClassDefFoundError.I tested it with java-11-openjdk-arm64 and java-8-openjdk-arm64 but no differences at all.
If it helps, i can provide the cli output.
Also the docker seems not to run, even when i start it with
--platform linux/amd64. Will there be a compatible image?What am i missing?
Thanks for your help