SirWerto
Failing to compile explorer in RPI4
Hi ![]()
I am trying to compile Explorer 0.8.2 in my RPI4 but it is failing with the next message:
Compiling explorer v0.1.0 (/TRNLake/deps/explorer/native/explorer)
thread 'fatal runtime error: Rust cannot catch foreign exceptions
coordinator' panicked at compiler/rustc_middle/src/util/bug.rs:36:26:
/rustc/397937d812852f9bbeb671005cb399dbcb357cde/compiler/rustc_codegen_ssa/src/back/write.rs:1607:29: worker thread panicked
stack backtrace:
error: could not compile `explorer` (lib)
== Compilation error in file lib/explorer/polars_backend/native.ex ==
** (RuntimeError) Rust NIF compile error (rustc exit code 101)
(rustler 0.32.1) lib/rustler/compiler.ex:36: Rustler.Compiler.compile_crate/3
lib/explorer/polars_backend/native.ex:32: (module)
Explorer → 0.8.2
Rustler → 0.32.0
rpi_arch → armv7l (I know I am using the 32 bits version)
Do you have any idea what might be happening?
Thank you ![]()
BTW, the library is awesome (Big data engineer here
)
Most Liked
al2o3cr
There’s a bug report (now fixed) with the same error code, but I don’t know if that’s strictly related or just a generic “oh no” result:
What versions of Elixir and Erlang are you using?
1
Popular in Questions
Credo is smart enough to check for (something like) this:
assert length(the_list) == 0
with this response:
Checking if an enum is empt...
New
This should be a simple problem but I just can’t seem to figure it out. I have a standalone Elixir app that won’t find the database.
Dep...
New
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I'm writing a test for one of t...
New
Hi, I’m using Ubuntu 18.04 and after updating to OTP-24.0 yesterday i have this warning when I run “mix local.hex”:
14:57:30.512 [warn] ...
New
Hey guys.
I'm new to elixir and im really stocked about it. But I ran into a bit of problem - I need to convert a date sting, for examp...
New
Hey all, just started picking up Elixir last week and am writing a scraper as a learning project.
Baby step #1 is extracting the number ...
New
I have a User schema with a :from_id field set to type :string:
defmodule TweetBot.Repo.Migrations.CreateUsers do
use Ecto.Migration
...
New
I’m currently trying to understand how to join three tables using Ecto. All the examples I’ve seen use 2, so maybe I’m just missing somet...
New
Hi guys, nice to meet you to the whole forum, I’m new here, I’m trying to configure visual studio code for elixir, right now the intellis...
New
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
Other popular topics
Hello, I get Persian date from my client and convert it to normal calendar like this:
def jalali_string_to_miladi_english_number(persi...
New
In Ruby, I can go:
User.find_by(email: "foobar@email.com").update(email: "hello@email.com")
How can I do something similar in Elixir? ...
New
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
Using vs code and installed ElixirLS: support and debugger.
And I got an error popped up on start up says
Failed to run ‘elixir’ comma...
New
Could someone help me? I'm making my first elixir program, number guessing game. I can't figure out how to convert the user's guess from ...
New
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
Original source of discussion: This topic on the Pragmatic Programmers' Functional Web Development with Elixir, OTP, and Phoenix forum.
...
New







