AryaanSheth / gloq

Gleam wrapper for interfacing with GroqCloud LLM API
https://hex.pm/packages/gloq
Apache License 2.0
6 stars 0 forks source link

Update Erlang to 27.x.x #5

Closed AryaanSheth closed 2 months ago

AryaanSheth commented 2 months ago

Need to update Erlang to 27.0+

Trace:

exception error: {erlang_otp_27_required,
                     <<"Insufficient Erlang/OTP version.\n\n`gleam_json` uses the Erlang `json` module introduced in Erlang/OTP 27.\nYou are using Erlang/OTP 26\nPlease upgrade your Erlang install or downgrade to `gl"...>>}

Homebrew doesnt support Erlang 27, need to use asdf to install latest version and unlink brew Erlang install.

AryaanSheth commented 2 months ago

asdf install erlang 27.0 asdf global erlang 27.0

Then clean+rebuild the gleam project