You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PelemayFpBench on Elixir 1.12.0 / OTP 24.0.1 / maxOS Big Sur 11.3 / M1 emits the following error:
08:31:13.646[error] Process #PID<0.193.0> raised an exception**(Protocol.UndefinedError)protocolString.Charsnotimplementedfor{:error,{:load_failed,'Failed to load NIF library: \'dlopen(/Users/zacky/Dropbox/pelemay_fp_benchmark/_build/dev/lib/pelemay/priv/libnifelixirlogisticmap.so, 2): no suitable image found. Did find:\n\t/Users/zacky/Dropbox/pelemay_fp_benchmark/_build/dev/lib/pelemay/priv/libnifelixirlogisticmap.so: mach-o, but wrong architecture\n\t/Users/zacky/Dropbox/pelemay_fp_benchmark/_build/dev/lib/pelemay/priv/libnifelixirlogisticmap.so: stat() failed with errno=35\''}} of type Tuple.Thisprotocolisimplementedforthefollowingtype(s): Float,DateTime,Time,List,Version.Requirement,Atom,Integer,Version,Date,BitString,NaiveDateTime,URI(elixir1.12.0) lib/string/chars.ex:3: String.Chars.impl_for!/1(elixir1.12.0) lib/string/chars.ex:22: String.Chars.to_string/1(pelemay_fp_benchmark0.1.2) _build/dev/lib/pelemay/priv/pelemay_nif_elixir_logisticmap.ex:22: PelemayNifElixirLogisticMap.load_nifs/0(pelemay_fp_benchmark0.1.2) _build/dev/lib/pelemay/priv/pelemay_nif_elixir_logisticmap.ex:10: PelemayNifElixirLogisticMap.init/0(kernel8.0) code_server.erl:1317: anonymousfn/1in:code_server.handle_on_load/5
To Reproduce
Steps to reproduce the behavior:
Use Pelemay in PelemayFpBench
Run in the command 'mix bench'
See the above-mentioned error
Expected behavior
Benchmarks run successfully.
Screenshots
None
Desktop (please complete the following information):
For later than Pelemay version 0.0.7,
Copy & paste the error log from Logger tagged [Pelemay]
Describe the bug
PelemayFpBench on Elixir 1.12.0 / OTP 24.0.1 / maxOS Big Sur 11.3 / M1 emits the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Benchmarks run successfully.
Screenshots
None
Desktop (please complete the following information):
For later than Pelemay version 0.0.7,
Copy & paste the error log from
Logger
tagged[Pelemay]
Additional context
None.
The text was updated successfully, but these errors were encountered: