pprzetacznik / IElixir

Jupyter's kernel for Elixir programming language
Apache License 2.0
359 stars 42 forks source link

Does ielixir build with elixir 1.12 and the newest crypto 5.0.2? #59

Open tomPorter opened 3 years ago

tomPorter commented 3 years ago

I got this during the mix test

(UndefinedFunctionError) function :crypto.hmac_init/2 is undefined or private

Has anyone had success building ielixir recently?

awill1988 commented 3 years ago

I opened a naively written PR #60, that addresses the issue with Elixir 1.12. Issue is due to deprecated crypto apis. See here: https://elixirforum.com/t/undefinedfunctionerror-function-crypto-hmac-3-is-undefined-or-private/40060/4