Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Symbolic links on Windows #123

Closed
bkamins opened this issue Oct 1, 2018 · 8 comments
Closed

Symbolic links on Windows #123

bkamins opened this issue Oct 1, 2018 · 8 comments

Comments

@bkamins
Copy link

bkamins commented Oct 1, 2018

This is speculative as I am not an expert here.

On my Win10 unpack fails because creation of symbolic links throws an error that is not caught.
Maybe on Win10 ENV["BINARYPROVIDER_COPYDEREF"] should be set to "true" by default on this platform as this solves the problem.

I am not sure if this is my local problem or a general problem for Win10.

@arnavs
Copy link

arnavs commented Oct 25, 2018

I'm seeing a different but related issues on Win10. In particular, when using the package (inside https://github.com/QuantEcon/InstantiateFromURL.jl), we initially get some Warning: Creating symbolic links on Windows requires administrator privileges. Nothing seems to break because of it, but it would be great if we could either fix or disable it, if only so that people don't worry.

cc: @jlperla

@musm
Copy link
Contributor

musm commented Nov 12, 2018

Yep I see this too

@jlperla
Copy link

jlperla commented Nov 13, 2018

Is there any way to swallow or turn off the warnings when including the package?

@arnavs
Copy link

arnavs commented Nov 13, 2018

(Note on the above, we've tried @suppress and friends from Suppressor.jl, but no luck)

@hhaensel
Copy link
Contributor

This is related to #149, I filed PR #165 to suppress the message.
In order to troubleshout @bkamins issue, we would probably need an error log...
Maybe the issue is meanwhile solved?

@bkamins
Copy link
Author

bkamins commented Jun 14, 2019

I do not run into this issue as it can be worked around on Win10 by running Julia in administrator mode.

@pszufe - do you remember installing which package on normal user mode triggers this error?

@hhaensel
Copy link
Contributor

I think this is now solved with #166

@bkamins
Copy link
Author

bkamins commented Jun 18, 2019

I will reopen the issue if I encounter this problem again.

@bkamins bkamins closed this as completed Jun 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants