Closed jumerckx closed 10 months ago
what is your elixir version? also is it ubuntu 20.04?
what is your elixir version?
I tried with Elixir 1.14.5 (compiled with Erlang/OTP 24)
as well as Elixir 1.16.0-rc.1 (0ae4bfb) (compiled with Erlang/OTP 26)
, both installed using asdf
.
also is it ubuntu 20.04?
No, Ubuntu 22.04.1 LTS (through WSL on windows 11)
To make sure I'm not doing something obviously wrong, the commands I'm running are:
mix new beaver_test
cd beaver_test
[add beaver~>"0.3.0" dependency in mix.exs]
mix deps.get
mix deps.compile
I will upload a new release
please try {:beaver, "~> 0.3.1"}
sorry, there is a problem, I will release 0.3.2
please try {:beaver, "~> 0.3.2"}
please try
{:beaver, "~> 0.3.2"}
0.3.2
works flawlessly, thanks a lot!
I'm new to Elixir so this might be my bad. But I'm getting an error because
mix.compile
seems to be trying to fetch the wrong NIF version release. I added:I tried with a few different versions of Erlang and Elixir, is there a very specific version I need?