-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
IOError: could not spawn 7z x electron-v2.0.5-win32-x64.zip -oatom
: no such file or directory (ENOENT)
#194
Comments
Having a similar error with Linux on my project's GitLab pipeline. Julia 1.1, Blink 0.10.1
|
The error is somewhat unclear. What it can't find is the |
It looks like we require 7z on Windows and A note for CI: make sure you're running with |
There was a whole conversation about this in this PR: We didn't want to force users to install ... With the benefit of hindsight, I think we could use Julia's I think the change would be to replace this line: Blink.jl/src/AtomShell/install.jl Line 67 in 2322766
with this: zipper = joinpath(dirname(Base.julia_cmd().exec[1]), "7z.exe") Any windows users out there want to make this change and give it a whirl? |
Add note about `7z` / `unzip` dependency: - For #194
In the meantime, I've added a note to the README about this dependency in 89e33de |
LGTM thanks @travigd ! |
I receive the following error when trying to build Blink.jl on Julia 1.0.3.1 on Windows 10 OS. Do you know what is causing this?
The text was updated successfully, but these errors were encountered: