Hello all,
Recently, I upgraded Julia from version 1.9.0 to 1.10.0. After that, an error occurred when I tried to install Plots.jl
(*I am working in an environment where GitHub IP is blocked)
Error message is like this :
(@v1.10) pkg> add Plots
Resolving package versions..
Installed Plots ─ v1.40.0
Downloaded artifact: Libtiff
Downloaded artifact: Libtiff
ERROR: Unable to automatically download/install artifact 'Libtiff' from sources listed in
'C:\Users\jgeunpark.KOREANAIR\.julia\packages\Libtiff_jll\H65IB\Artifacts.toml'.
Sources attempted:
- https://mirrors.pku.edu.cn/julia/artifact/8420167856aeaa3bf209fd723daf1b1136cee40
Error: Tree Hash Mismatch!
Expected git-tree-sha1: 8420167856aeaa3bf209fd723daf1b1136cee40f
Calculated git-tree-sha1: ee49c06d6eb91064545ba5ef45b9ce0563eb42a8
- https://github.com/JuliaBinaryWrappers/Libtiff_jll.jl/releases/download/Libtiff-v4.5.1+1/Libtiff.v4.5.1.x86_64-w64-mingw32.tar.g
Error: RequestError: Recv failure: Connection was reset while requesting https://github.com/JuliaBinaryWrappers/Libtiff_jll.jl/releases/download/Libtiff-v4.5.1+1/Libtiff.v4.5.1.x86_64-w64-mingw32.tar.gz
I would appreciate any opinions. thanks!