Nicolae Natea

Results 4 comments of Nicolae Natea

From the looks of it, the fix should be simple: 1. get the a similar prebuilt version of libjq.dylib for aarch64 2. add a new directory with the name darwing-aarch64...

It seems to work ok with 3.7 if you lock these versions in to their 3.6 version: ``` itsdangerous==2.0.1 werkzeug==2.0.3 joblib==1.1.0 ```

Seems to work if you lock these libs to their 3.6 latest version: ``` itsdangerous==2.0.1 werkzeug==2.0.3 joblib==1.1.0 ```

I've made a pull request for getting this to work for linux-aarch64 in docker, using the solution mentioned above. It would cover the issue Andrei had. https://github.com/arakelian/java-jq/pull/20 for the darwin-aarch64/libjq.dylib...