已挂梯子,可正常科学上网
julia版本信息如下:
julia> using InteractiveUtils; versioninfo()
Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_NUM_THREADS = 4
julia> using Pkg; Pkg.status()
Status `C:\Users\Whale fall\.julia\environments\v1.4\Project.toml`
[ba4760a4] BayesNets v3.2.2
[6e4b80f9] BenchmarkTools v0.5.0
[ad839575] Blink v0.12.3
[336ed68f] CSV v0.6.2
[a93c6f00] DataFrames v0.21.3
[7806a523] DecisionTree v0.10.5
[b4f34e82] Distances v0.8.2
[31c24e10] Distributions v0.23.4
[e30172f5] Documenter v0.24.11
[f9630f5b] ECharts v0.1.1
[7a1cc6ca] FFTW v1.2.2
[587475ba] Flux v0.10.4
[7073ff75] IJulia v1.21.2
[6218d12a] ImageMagick v1.1.5
[86fae568] ImageView v0.10.8
[916415d5] Images v0.22.3
[682c06a0] JSON v0.21.0
[33e6dc65] MKL v0.2.0 #master (https://github.com/JuliaComputing/MKL.jl)
[9b87118b] PackageCompiler v1.1.1
[91a5bcdd] Plots v1.4.3
[438e738f] PyCall v1.91.4
[d330b81b] PyPlot v2.9.0
[3646fa90] ScikitLearn v0.6.2
[24249f21] SymPy v1.0.26
[0f1e0344] WebIO v0.8.14
[37e2e46d] LinearAlgebra
完整报错信息如下:
(@v1.4) pkg> build MKL
Building MKL → `C:\Users\Whale fall\.julia\packages\MKL\1edTo\deps\build.log`
┌ Error: Error building `MKL`:
│ [ Info: Splicing in code to load MKL in C:\Users\Whale fall\AppData\Local\Programs\Julia\Julia-1.4.2\bin\..\share\julia\base\sysimg.jl
│ [ Info: getting precompile script from: https://raw.githubusercontent.com/JuliaLang/julia/release-1.4/contrib/generate_precompile.jl
│ ┌ Error: Download failed: curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed
│ └ @ Base download.jl:43
│ ERROR: LoadError: failed process: Process(`'C:\WINDOWS\System32\curl.exe' -s -S -g -L -f -o 'C:\Users\WHALEF~1\AppData\Local\Temp\jl_R3jXHEtU9o' https://raw.githubusercontent.com/JuliaLang/julia/release-1.4/contrib/generate_precompile.jl`, ProcessExited(35)) [35]
│
│ Stacktrace:
│ [1] pipeline_error at .\process.jl:525 [inlined]
│ [2] download_curl(::String, ::String, ::String) at .\download.jl:44
│ [3] download at .\download.jl:62 [inlined]
│ [4] get_precompile_statments_file() at C:\Users\Whale fall\.julia\packages\MKL\1edTo\src\install.jl:75
│ [5] top-level scope at C:\Users\Whale fall\.julia\packages\MKL\1edTo\src\install.jl:107
│ [6] eval at .\boot.jl:331 [inlined]
│ [7] change_blas_library(::String) at C:\Users\Whale fall\.julia\packages\MKL\1edTo\src\install.jl:105
│ [8] enable_mkl_startup() at C:\Users\Whale fall\.julia\packages\MKL\1edTo\src\install.jl:82
│ [9] top-level scope at C:\Users\Whale fall\.julia\packages\MKL\1edTo\deps\build.jl:5
│ [10] include(::String) at .\client.jl:439
│ [11] top-level scope at none:5
│ in expression starting at C:\Users\Whale fall\.julia\packages\MKL\1edTo\deps\build.jl:5
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Pkg\src\Operations.jl:899
不知道是哪一步出了问题,请各位大神不吝赐教解决思路