Skip to content

-lib version(1.0) uploaded on maven does not support aarch64 #19

Description

@dierivera777

Hi folks,

Sorry to bother you , I've been doing some tests with windows and raspbery pi (linux aarch64), in windows all works perfectly but in the rasbery pi I got the next exception:

lang.IllegalArgumentException:Unknown Architecture aarch64
at ai.kognition.pilecv4j.util.PlatfomDetection.(PlatformDetection.java:62).

Long story short I debugged the code an it seems that the version on maven is different than the one in this branch

https://github.com/KognitionAI/pilecv4j/blob/master/lib-util/src/main/java/ai/kognition/pilecv4j/util/PlatformDetection.java

I say that because the line that throws the exception is 64 in the branch version but the maven one throws it at 62 , to confirm this I downloaded the jar from :

https://mvnrepository.com/artifact/ai.kognition.pilecv4j/lib-util/1.0

I decompiled the respective class file and the change made for aarch 64 is not there I also compare my m2 jar version and did the same decompiling process with same result.

Thank you so much :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions