Unable to add and compile "elixir-nx/ortex" as a dependency #4115
-
Hi, I am trying to add elixir-nx/ortex to my rust project. gleam new ortex_test
cd ortex_test
gleam add ortex
gleam build Then I get his error:
(When I create an elixir project with mix, add ortex and compile it, it works). So the error seems to suggest, that when Ortex seems to compile its I have no Idea why this is happening? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
One other thing (maybe related, maybe not). After I tried this, and than i.E. want to add jason (maybe that helps) I get: > gleam add jason
Resolving versions
error: Corrupt manifest.toml
The `manifest.toml` file is corrupt.
Hint: Please run `gleam update` to fix it. That might be an unrelated bug, I dont know. |
Beta Was this translation helpful? Give feedback.
-
Hello! This package is using a very large amount of metaprogramming so I cannot determine what is happening. Jason has been compiled and the bytecode for it has been given to mix.
|
Beta Was this translation helpful? Give feedback.
Hello! This package is using a very large amount of metaprogramming so I cannot determine what is happening. Jason has been compiled and the bytecode for it has been given to mix.
TRACE command_exec program="elixir" args="-pa /Users/louis/Desktop/thingy/build/dev/erlang/*/ebin -S mix compile --no-deps-check --no-load-deps --no-protocol-consolidation" env=[("MIX_BUILD_PATH", "/Users/louis/Desktop/thingy/build/packages/ortex/_build/prod"), ("MIX_ENV", "prod"), ("MIX_QUIET", "1"), ("TERM", "dumb")] cwd=Some("/Users/louis/Desktop/thingy/build/packages/ortex")