Windows 10 laptop. Julia Version 1.8.1 (2022-09-06)
I upgraded using juliaup yesterday
julia> using BenchmarkTools
│ Package BenchmarkTools not found, but a package named BenchmarkTools is available from a registry.
│ Install package?
│ (@v1.8) pkg> add BenchmarkTools
└ (y/n/o) [y]: y
ERROR: IOError: stat(“C:\Users\john_hearns\.julia\registries\CEFCc7a.General.tar.gz.TBD”): permission denied (EACCES)
Stacktrace:
I am sure this is just an error in my particular setup.
However I thought we had got over the quirks with Windows permissions which Julia had in the past?