KognitionAI / pilecv4j

Image and Video Manipulation and Processing
Apache License 2.0
6 stars 7 forks source link

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

Open dierivera777 opened 2 months ago

dierivera777 commented 2 months ago

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 :)

mgrinshpon commented 2 months ago

@dierivera777 I don't have the ability to cut releases for this anymore. This would have to be a @jimfcarroll question, I'm afraid.

Also, 1.0 was never tagged. Cutting a full 1.1 makes sense.