Skip to content
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

Windows installation issues #2945

Open
untoldbyte opened this issue Feb 26, 2025 · 2 comments
Open

Windows installation issues #2945

untoldbyte opened this issue Feb 26, 2025 · 2 comments

Comments

@untoldbyte
Copy link

untoldbyte commented Feb 26, 2025

I have a windows machine, with elixir and erlang installed via vfox.
The desktop installer fails with an error during erlang check step.

Image

Image

but if we abort installation and then continue using the installed files, the livebook works well.

I have also tried by installing via the mix escript install method, where the escript is installed but when we run livebook server there is an error i.e. ** (file.error) could not touch "appdata/local/temp/livebook/0.15.1/escript/.extracted": no such file or directory.

@jonatanklosko
Copy link
Member

jonatanklosko commented Feb 27, 2025

cc @wojtekmach for the installer issue :)

I have also tried by installing via the mix escript install method, where the escript is installed but when we run livebook server there is an error

To help to debug this, please go to the directory where livebook is located, run iex and let me know the output of this snippet:

:escript.extract(~c"livebook", []) |> elem(1) |> Keyword.fetch!(:archive) |> :zip.extract([:memory]) |> elem(1) |> Enum.map(&elem(&1, 0)) |> Enum.each(&IO.inspect/1)

@wojtekmach
Copy link
Contributor

Thank you for the report. I'll see if we can improve the error message. Since the installation indicated it failed but running livebook did succeed maybe we need to change this installation step, let users know something went wrong but not have them "cancel" which doesn't do anything anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants