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

Access is denied error on juliaup add on Windows #1128

Open
visr opened this issue Dec 14, 2024 · 0 comments
Open

Access is denied error on juliaup add on Windows #1128

visr opened this issue Dec 14, 2024 · 0 comments

Comments

@visr
Copy link
Contributor

visr commented Dec 14, 2024

Due to my antivirus real time protection juliaup add often fails. It looks like this:

❯ juliaup add pr56708
Installing Julia pr56708-win64
Error: Access is denied. (os error 5)

(7 more unsuccesful attempts)

❯ juliaup add pr56708
Installing Julia pr56708-win64

In my antivirus I see it is scanning some of the 5000 files in .julia/juliaup/julia-temp-*. It fails after successfully downloading the binary, and after each such error it leaves a complete julia-temp-* folder behind, which also doesn't get removed with juliaup gc (I guess it should?).

It seems the operation that is failing is renaming the directory to (in this case) julia-pr56708.

Pkg gave me and others similar trouble, but that has been addressed by JuliaLang/Pkg.jl#4001. Perhaps a similar strategy would be good for juliaup.

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

1 participant