-
Notifications
You must be signed in to change notification settings - Fork 24
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
installing/building on 0.7-beta2, Win64 user account #24
Comments
I've never seen this error. Is that reproducible even after removing CodecZlib (or all packages) and then installing it again? |
This is happening because Windows can't deal with symlinks, and so when |
This problem remains also after the update earlier today (4 Aug) |
I confirm I faced same issue. (I was simply trying to install DataFrames.jl) |
I had the same issue on Julia 1.0.0. under Windows 7. I was simply trying to install LightGraphs v1.0.0. Like @scls19fr did, my solution was to run Julia 1.0.0 as Administrator. |
Could anyone try this release https://github.com/bicycle1885/ZlibBuilder/releases/tag/v1.0.2? I cannot reproduce the problem on my Windows 10. So I have no idea what is happening exactly. |
You cannot reproduce it on an up-to-date install of Windows 10 because the admin requirement on using mklink has been removed recently. Users on older Win10s and Win7s will still have issues. |
Some diagnostics:
I agree with @staticfloat that avoiding symlinks altogether would solve this issue. |
The next version of BinaryBuilder (being worked on under the |
I thought materializing symlinks would solve the problem because there are no symlinks in the distributed archive. v1.0.2 I posted above does that. Isn't that enough?
I don't know how BinaryBuilder.jl and BinaryProvider.jl use these DLL files. So, I kept three equivalent files in the archive, but it may be redundant (in that case, which one should I retain? libz.dll? libz-1.2.11.dll?, or any one?). |
I see. So, I'll wait for the next BB release. |
Yes, that should be enough. So all I'm saying is that BB will do that for you, so you don't have to worry about it in the future. |
Please try CodecZlib.jl v0.4.4 (Julia 0.6 compatible) or v0.5.0 (for Julia 0.7/1.0) to check if this has been fixed in your environment. I'd like to get feedbacks. |
On Julia-1.0, |
Yes, it seems to work on both 0.7.0 and 1.0.0 (release versions). Thanks
/Paul S
…On Tue, 14 Aug 2018 at 11:30, krcools ***@***.***> wrote:
On Julia-1.0, dev ***@***.***
seems to work for me. Thanks for looking into this so promptly.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI8Z1WU72QkolhiWE43MBZev3Y53AsR3ks5uQpidgaJpZM4VS35j>
.
|
I'm seeing this issue on the current release:
|
ah, nevermind this is a BinaryProvider issue. |
Now this should be supported by BinaryBuilder.jl: JuliaIO/CodecZlib.jl#24 (comment)
Now this should be supported by BinaryBuilder.jl: JuliaIO/CodecZlib.jl#24 (comment)
At
build CodecZlib
(after doingadd CodecZlib#master
) , I get the following error message (if I am logged in as a User)Instead, when logged in as an Admin, then it works.
The text was updated successfully, but these errors were encountered: