-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nif_panicked
when using kino_explorer
and DF.summarise
#787
Comments
Below results in nif_panic
some observations
|
@lkarthee I'm investigating this. It looks like But this won't work for you case. I think we would need to treat this at |
It is related to #787, but does not fix the issue because Polars can only get frequencies of `{:list, numeric_dtype}`.
It is related to #787, but does not fix the issue because Polars can only get frequencies of `{:list, numeric_dtype}`.
I have tried to use explorer from git url - it fails. I am suspecting its due to path issues w.r.to how livebook resolves paths ? Anyway I can use git version ? Mix.install([
# {:explorer, "~> 0.7.0"},
{:explorer, git: "https://github.com/elixir-explorer/explorer.git", override: true},
])
|
@lkarthee to install from source you need to have Rust installed. Please check the instructions here: https://github.com/elixir-explorer/explorer#contributing But just to clarify, the problem still there. It's just with a better error message from the Explorer side. We need to avoid using |
@philss I have rust setup on my mac. If I do
|
@philss @cristineguadelupe sent a pull request addressing kino_explorer fix. please review |
If you are using Livebook Desktop, you need to go to settings and configure PATH so it finds the |
I tried to find users who are linked to same wallet_id using
group_by
andsummarise
. It results in a nif_panic. If I disablekino_explorer
it does not result in exception. I am not sure where to log this bug in kino_explorer or explorer - I am logging it here as the stacktrace is from Explorer code.Also the error occurs when
user_ids: user_id
is included inDF.summarise
.The text was updated successfully, but these errors were encountered: