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

Warning on Windows: creating symlinks requires admin privileges #10

Closed
daschw opened this issue Jul 17, 2019 · 3 comments
Closed

Warning on Windows: creating symlinks requires admin privileges #10

daschw opened this issue Jul 17, 2019 · 3 comments

Comments

@daschw
Copy link

daschw commented Jul 17, 2019

julia> using FFMPEG
┌ Warning: On Windows, creating file symlinks requires Administrator privileges
└ @ Base.Filesystem file.jl:794

(first reported in JuliaPlots/Plots.jl#2103)

@daschw
Copy link
Author

daschw commented Jul 17, 2019

(v1.1) pkg> st FFMPEG
    Status `C:\Users\Daniel\.julia\environments\v1.1\Project.toml`
  [c87230d0] FFMPEG v0.2.1
  [8f399da3] Libdl

julia> versioninfo()
Julia Version 1.1.1
Commit 55e36cc308 (2019-05-16 04:10 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
Environment:
  JULIA_EDITOR = "C:\Users\Daniel\AppData\Local\atom\app-1.38.2\atom.exe"  -a
  JULIA_NUM_THREADS = 2

@SimonDanisch
Copy link
Member

That's expected for any package depending on binaryprovider :( Hopefully it will be fixed soon ish!

@daschw
Copy link
Author

daschw commented Jul 17, 2019

OK, thanks!

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

2 participants