Eduardo Narros
Eduardo Narros
I have the same problem trying to use jep on a macOS M1 with Java 17. System.getProperty("os.arch") returns "aarch64". I have tried both setting the setJepLibraryPath and setInitParams with PythonHome...
@bsteffensmeier I have tried only setting the python home and I get the same error.
When I install jep via pip install jep and then I try to run it I get the same problem: ``` ~ ll /Users/eduardonarros/.pyenv/versions/3.10.7/lib/python3.10/site-packages/jep/libjep.jnilib lrwxr-xr-x 1 eduardonarros staff 25B 14...
Using the python installation that comes with XCode and DYLD_LIBRARY_PATH, jep loads and works now. Thanks a lot for your help!
+1 Although it is a breaking change, introducing `duration` first before removing `latency` in a separate release will allow migrating any dependencies on the `latency` metric to `duration` without disruption.