elixir-explorer / explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.12k stars 123 forks source link

NIF doesn't seem to be available #974

Closed trodrigu closed 2 months ago

trodrigu commented 2 months ago

On 1175ff9c2b690bf084d355cfe7aebe3c341d8ad3

when running

iex -S mix

I am getting the following 404

Compiling 16 files (.ex)

08:33:15.531 [debug] Downloading NIF from https://github.com/elixir-nx/explorer/releases/download/v0.9.2/libexplorer-v0.9.2-nif-2.15-x86_64-apple-darwin.so.tar.gz

08:33:16.304 [info] Attempt 1 failed with {:error, "couldn't fetch NIF from https://github.com/elixir-nx/explorer/releases/download/v0.9.2/libexplorer-v0.9.2-nif-2.15-x86_64-apple-darwin.so.tar.gz: {:ok, {{~c\"HTTP/1.1\", 404, ~c\"Not Found\"}, [{~c\"cache-control\", ~c\"no-cache\"}, {~c\"date\", ~c\"Tue, 27 Aug 2024 14:33:16 GMT\"}, {~c\"server\", ~c\"GitHub.com\"}, {~c\"vary\", ~c\"X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With\"}, {~c\"content-length\", ~c\"9\"}, {~c\"content-type\", ~c\"text/plain; charset=utf-8\"}, {~c\"strict-transport-security\", ~c\"max-age=31536000; includeSubdomains; preload\"}, {~c\"x-frame-options\", ~c\"deny\"}, {~c\"x-content-type-options\", ~c\"nosniff\"}, {~c\"x-xss-protection\", ~c\"0\"}, {~c\"referrer-policy\", ~c\"no-referrer-when-downgrade\"}, {~c\"content-security-policy\", ~c\"default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'\"}, {~c\"x-github-request-id\", ~c\"DB95:1513B0:E7A3B6:14C1D87:66CDE3AC\"}], \"Not Found\"}}"}

Perhaps the NIF needs to be published still or I need to bust some cache?

josevalim commented 2 months ago

Yes, it takes a while but it should be good now.