Elixir Mix error when i use Romeo XMPP Library [Solved] πŸ˜„

Hi, everyone i have an error when i use romeo library and execute iex -S mix
check the output:

βš“  ~/p/igor  mix deps.get
Running dependency resolution...
Dependency resolution completed:
  connection 1.0.4
  fast_xml 1.1.18
  p1_utils 1.0.6
  romeo 0.7.0
* Getting romeo (Hex package)
  Checking package (https://repo.hex.pm/tarballs/romeo-0.7.0.tar)
  Using locally cached package
* Getting connection (Hex package)
  Checking package (https://repo.hex.pm/tarballs/connection-1.0.4.tar)
  Using locally cached package
* Getting fast_xml (Hex package)
  Checking package (https://repo.hex.pm/tarballs/fast_xml-1.1.18.tar)
  Using locally cached package
* Getting p1_utils (Hex package)
  Checking package (https://repo.hex.pm/tarballs/p1_utils-1.0.6.tar)
  Using locally cached package
 βš“  ~/p/igor  iex -S mix
Erlang/OTP 19 [erts-8.1.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]

===> Fetching rebar3_hex ({pkg,<<"rebar3_hex">>,<<"3.0.0">>})
===> Version cached at /home/wilo/.cache/rebar3/hex/default/packages/rebar3_hex-3.0.0.tar is up to date, reusing it
===> Compiling rebar3_hex
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace
===> When submitting a bug report, please include the output of `rebar3 report "your command"`
** (Mix) Could not compile dependency :p1_utils, "/home/wilo/.mix/rebar3 bare compile --paths "/home/wilo/phoenixprojects/igor/_build/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile p1_utils", update it with "mix deps.update p1_utils" or clean it with "mix deps.clean p1_utils"

Did you try what the error message is telling you to do?

===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace
===> When submitting a bug report, please include the output of `rebar3 report "your command"`

Sorry, but i am trying to execute β€œenv DEBUG=1 ~/.mix/rebar3 pkgs” and this is the output

Pd. Sorry i am a beginneer. :smile:

I tried the instructions in this post in Github and resolve this error :smile: thanks a lot.