GR.jl icon indicating copy to clipboard operation
GR.jl copied to clipboard

Error: Tree Hash Mismatch! (Julia 1.6)

Open truedichotomy opened this issue 4 years ago • 4 comments

When try to install GR on Julia 1.6 DEV in macOS, I get the following error:

 Downloading artifact: GR
┌ Error: Tree Hash Mismatch!
│   Expected git-tree-sha1:   675a7b3f5c39670ec0abaafee3df17a0e854b909
│   Calculated git-tree-sha1: 09bf0efdd598e1fc131b38e28d8e78b82e96a01b
└ @ Pkg.Artifacts /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Pkg/sr  Downloaded artifact: GR

truedichotomy avatar Dec 05 '20 04:12 truedichotomy

Julia nightly bug. Nothing to do here.

KristofferC avatar Dec 05 '20 08:12 KristofferC

@KristofferC are you sure it's julia nightly? I ran into the same issue with a 10 day old nightly, but when I tried with julia v1.5 it got stuck at

Downloading artifact: GR
--2020-12-10 13:34:13--  https://pkg.julialang.org/artifact/75305428f7454d8c7304e183ae65ca13bc0236c1
Resolving pkg.julialang.org (pkg.julialang.org)... 199.232.42.217
Connecting to pkg.julialang.org (pkg.julialang.org)|199.232.42.217|:443... connected.
HTTP request sent, awaiting response... 301 EU internal redirect trigger
Location: https://eu-central.pkg.julialang.org/artifact/75305428f7454d8c7304e183ae65ca13bc0236c1 [following]
--2020-12-10 13:34:13--  https://eu-central.pkg.julialang.org/artifact/75305428f7454d8c7304e183ae65ca13bc0236c1
Resolving eu-central.pkg.julialang.org (eu-central.pkg.julialang.org)... 18.157.163.169
Connecting to eu-central.pkg.julialang.org (eu-central.pkg.julialang.org)|18.157.163.169|:443... connected.
HTTP request sent, awaiting response... 

baggepinnen avatar Dec 10 '20 12:12 baggepinnen

Yes, the tree hash issue is a nightly issue and should be fixed.

KristofferC avatar Dec 10 '20 13:12 KristofferC

close?

ViralBShah avatar Mar 22 '21 13:03 ViralBShah