#amqp dependency (RabbitMQ)

4 messages · Page 1 of 1 (latest)

tardy grove
#

Is it true that Erlang 27 is currently not supported by any available amqp lbirary (RabbitMQ) version? I can't get any elixir/phoenix/anything to work when I add the {:amqp, "~> 3.3"} dependency; and I heard it might be bacause of Erlang 27

I keep getting this error and there's apparently nothing that chatgpt / google / upwork community could do to fix it

** (Mix) Could not compile dependency :rabbit_common, "/home/ale/.asdf/installs/elixir/1.17.3-otp-27/.mix/elixir/1-17/rebar3 bare compile --paths /home/ale/intake1/_build/dev/lib/*/ebin" command failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile rabbit_common --force", update it with "mix deps.update rabbit_common" or clean it with "mix deps.clean rabbit_common"
pastel frost
#

you've posted in 3 different channels; slow down and wait for people to answer you

tardy grove
#

Fair point I removed one of them

vital forum
#

pretty sure I have some service running with amqp and erlang 27, did you try mix deps.compile amqp to force compilation? Or update it