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

Win10, error with building VectorizationBase? #54

Closed
Bonjour-Lemonde opened this issue Apr 19, 2021 · 11 comments
Closed

Win10, error with building VectorizationBase? #54

Bonjour-Lemonde opened this issue Apr 19, 2021 · 11 comments

Comments

@Bonjour-Lemonde
Copy link

Error is like this and it happened when I add a package GpABC which I suppose have dependency on VectorizationBase. Do you guys have any suggestions?
PS: Julia version is v1.4.2; XX in C:\Users\XX.julia represents my user name and it's chinese.

   Building VectorizationBase → `C:\Users\XX\.julia\packages\VectorizationBase\LiMxH\deps\build.log`
┌ Error: Error building `VectorizationBase`: 
│ ERROR: LoadError: LoadError: InitError: could not load library "C:\Users\XX\AppData\Local\Programs\Julia\Julia-1.4.2\bin\LLVM.dll"
│ The specified module could not be found.
│ Stacktrace:
│  [1] dlopen at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Libdl\src\Libdl.jl:109 
[inlined] (repeats 2 times)
│  [2] (::LLVM.var"#14#cache_fptr!#3")() at C:\Users\XX\.julia\packages\LLVM\KITdB\src\util.jl:103       
│  [3] macro expansion at C:\Users\XX\.julia\packages\LLVM\KITdB\src\util.jl:111 [inlined]
│  [4] runtime_version() at C:\Users\XX\.julia\packages\LLVM\KITdB\src\base.jl:9
│  [5] __init__() at C:\Users\XX\.julia\packages\LLVM\KITdB\src\LLVM.jl:77
│  [6] top-level scope at C:\Users\XX\.julia\packages\VectorizationBase\LiMxH\deps\build.jl:6
│  [7] top-level scope at none:5
│ during initialization of module LLVM
│ in expression starting at C:\Users\XX\.julia\packages\VectorizationBase\LiMxH\deps\build_x86.jl:1      
│ in expression starting at C:\Users\XX\.julia\packages\VectorizationBase\LiMxH\deps\build.jl:4
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Pkg\src\Operations.jl:899
   Building Conda ────────────→ `C:\Users\XX\.julia\packages\Conda\3rPhK\deps\build.log`
   Building FFTW ─────────────→ `C:\Users\XX\.julia\packages\FFTW\kcXL6\deps\build.log`
   Building SLEEFPirates ─────→ `C:\Users\XX\.julia\packages\SLEEFPirates\kmfoV\deps\build.log`
┌ Error: Error building `SLEEFPirates`: 
│ ERROR: LoadError: "File C:\\Users\\XX\\.julia\\packages\\VectorizationBase\\LiMxH\\src\\cpu_info.jl does not exist. Please run `using Pkg; Pkg.build()`."
│ Stacktrace:
│  [1] top-level scope at C:\Users\XX\.julia\packages\VectorizationBase\LiMxH\src\VectorizationBase.jl:3 
│  [2] top-level scope at none:2
│  [3] eval at .\boot.jl:331 [inlined]
│ in expression starting at C:\Users\XX\.julia\packages\VectorizationBase\LiMxH\src\VectorizationBase.jl:3
│ ERROR: LoadError: Failed to precompile VectorizationBase [3d5dd08c-fd9d-11e8-17fa-ed2836048c2f] to C:\Users\XX\.julia\compiled\v1.4\VectorizationBase\Dto5m_13fSc.ji.
│ Stacktrace:
│  [1] top-level scope at none:5
│ in expression starting at C:\Users\XX\.julia\packages\SLEEFPirates\kmfoV\deps\build.jl:1
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Pkg\src\Operations.jl:899
@chriselrod
Copy link
Member

Maybe not the most helpful suggestion, but is there a reason you can't use Julia 1.6 (or 1.5?)?

Seems like this is an old version of VectorizationBase that briefly used LLVM.jl.

What happens if you just use

using LLVM

?
If that doesn't work, I'd suggest filing the issue there.

@Bonjour-Lemonde
Copy link
Author

It helps! It seems I should add LLVM package first then add GpABC.

(@v1.4) pkg> add GpABC
    Cloning default registries into `C:\Users\XX\.julia`
    Cloning registry from "https://github.com/JuliaRegistries/General.git"
      Added registry `General` to `C:\Users\XX\.julia\registries\General`
  Resolving package versions...
  Installed Missings ───────────────────── v0.4.5
  Installed RecursiveArrayTools ────────── v2.11.3
  Installed Compat ─────────────────────── v3.27.0
  Installed FiniteDiff ─────────────────── v2.8.0
  Installed MacroTools ─────────────────── v0.5.6
  Installed ArnoldiMethod ──────────────── v0.1.0
  Installed NLsolve ────────────────────── v4.5.1
  Installed GpABC ──────────────────────── v0.1.0
  Installed FastClosures ───────────────── v0.3.2
  Installed LazyArtifacts ──────────────── v1.3.0
  Installed FFTW_jll ───────────────────── v3.3.9+7
  Installed OpenSpecFun_jll ────────────── v0.5.3+4
  Installed NLSolversBase ──────────────── v7.5.0
  Installed FixedPointNumbers ──────────── v0.8.4
  Installed Inflate ────────────────────── v0.1.2
  Installed AbstractFFTs ───────────────── v1.0.1
  Installed Reexport ───────────────────── v1.0.0
  Installed TableTraits ────────────────── v1.0.1
  Installed OrderedCollections ─────────── v1.4.0
  Installed Preferences ────────────────── v1.2.1
  Installed CompilerSupportLibraries_jll ─ v0.3.4+0
  Installed PlotUtils ──────────────────── v1.0.10
  Installed StatsBase ──────────────────── v0.33.5
  Installed LightGraphs ────────────────── v1.3.5
  Installed SIMDPirates ────────────────── v0.8.26
  Installed AxisAlgorithms ─────────────── v1.0.0
  Installed Rmath_jll ──────────────────── v0.2.2+2
  Installed KernelDensity ──────────────── v0.5.1
  Installed Rmath ──────────────────────── v0.6.1
  Installed ExponentialUtilities ───────── v1.8.2
  Installed VectorizationBase ──────────── v0.12.33
  Installed CommonSubexpressions ───────── v0.3.0
  Installed StaticArrays ───────────────── v0.12.5
  Installed VertexSafeGraphs ───────────── v0.1.2
  Installed FunctionWrappers ───────────── v1.1.2
  Installed NaNMath ────────────────────── v0.3.5
  Installed MuladdMacro ────────────────── v0.2.2
  Installed IteratorInterfaceExtensions ── v1.0.0
  Installed DocStringExtensions ────────── v0.8.4
  Installed OffsetArrays ───────────────── v1.6.2
  Installed OrdinaryDiffEq ─────────────── v5.52.4
  Installed ZygoteRules ────────────────── v0.2.1
  Installed DataValueInterfaces ────────── v1.0.0
  Installed LabelledArrays ─────────────── v1.6.0
  Installed CpuId ──────────────────────── v0.2.2
  Installed NonlinearSolve ─────────────── v0.3.8
  Installed Colors ─────────────────────── v0.12.7
  Installed Optim ──────────────────────── v0.22.0
  Installed Adapt ──────────────────────── v3.3.0
  Installed WoodburyMatrices ───────────── v0.5.3
  Installed SparseDiffTools ────────────── v1.13.2
  Installed IterativeSolvers ───────────── v0.9.0
  Installed ArrayInterface ─────────────── v2.14.17
  Installed Distributions ──────────────── v0.23.8
  Installed LoopVectorization ──────────── v0.8.26
  Installed RecipesBase ────────────────── v1.1.1
  Installed JLLWrappers ────────────────── v1.3.0
  Installed Interpolations ─────────────── v0.12.10
  Installed Artifacts ──────────────────── v1.3.0
  Installed CommonSolve ────────────────── v0.2.0
  Installed MKL_jll ────────────────────── v2021.1.1+1
  Installed Ratios ─────────────────────── v0.4.0
  Installed Requires ───────────────────── v1.1.3
  Installed Distances ──────────────────── v0.9.2
  Installed SciMLBase ──────────────────── v1.12.1
  Installed ChainRulesCore ─────────────── v0.9.37
  Installed PositiveFactorizations ─────── v0.2.4
  Installed SortingAlgorithms ──────────── v0.3.1
  Installed SimpleTraits ───────────────── v0.9.3
  Installed UnPack ─────────────────────── v1.0.2
  Installed TreeViews ──────────────────── v0.3.0
  Installed Tables ─────────────────────── v1.4.2
  Installed DiffRules ──────────────────── v1.0.2
  Installed DiffEqBase ─────────────────── v6.59.0
  Installed DiffResults ────────────────── v1.0.3
  Installed RecursiveFactorization ─────── v0.1.8
  Installed QuadGK ─────────────────────── v2.4.1
  Installed TOML ───────────────────────── v1.0.3
  Installed Calculus ───────────────────── v0.5.1
  Installed DiffEqDiffTools ────────────── v1.7.0
  Installed StatsFuns ──────────────────── v0.9.7
  Installed Parameters ─────────────────── v0.12.2
  Installed Setfield ───────────────────── v0.7.0
  Installed FillArrays ─────────────────── v0.8.14
  Installed ForwardDiff ────────────────── v0.10.18
  Installed ColorTypes ─────────────────── v0.10.12
  Installed IntelOpenMP_jll ────────────── v2018.0.3+2
  Installed DataAPI ────────────────────── v1.6.0
  Installed ConstructionBase ───────────── v1.1.0
  Installed FFTW ───────────────────────── v1.3.2
  Installed LineSearches ───────────────── v7.1.1
  Installed SLEEFPirates ───────────────── v0.5.5
  Installed DataStructures ─────────────── v0.18.9
  Installed SpecialFunctions ───────────── v0.10.3
  Installed PDMats ─────────────────────── v0.10.1
  Installed ColorSchemes ───────────────── v3.12.0
   Updating `C:\Users\XX\.julia\environments\v1.4\Project.toml`
  [e850a1a4] + GpABC v0.1.0
   Updating `C:\Users\XX\.julia\environments\v1.4\Manifest.toml`
  [621f4979] + AbstractFFTs v1.0.1
  [79e6a3ab] + Adapt v3.3.0
  [ec485272] + ArnoldiMethod v0.1.0
  [4fba245c] + ArrayInterface v2.14.17
  [56f22d72] + Artifacts v1.3.0
  [13072b0f] + AxisAlgorithms v1.0.0
  [49dc2e85] + Calculus v0.5.1
  [d360d2e6] + ChainRulesCore v0.9.37
  [35d6a980] + ColorSchemes v3.12.0
  [3da002f7] + ColorTypes v0.10.12
  [5ae59095] + Colors v0.12.7
  [38540f10] + CommonSolve v0.2.0
  [bbf7d656] + CommonSubexpressions v0.3.0
  [34da2185] + Compat v3.27.0
  [e66e0078] + CompilerSupportLibraries_jll v0.3.4+0
  [187b0558] + ConstructionBase v1.1.0
  [adafc99b] + CpuId v0.2.2
  [9a962f9c] + DataAPI v1.6.0
  [864edb3b] + DataStructures v0.18.9
  [e2d170a0] + DataValueInterfaces v1.0.0
  [2b5f629d] + DiffEqBase v6.59.0
  [01453d9d] + DiffEqDiffTools v1.7.0
  [163ba53b] + DiffResults v1.0.3
  [b552c78f] + DiffRules v1.0.2
  [b4f34e82] + Distances v0.9.2
  [31c24e10] + Distributions v0.23.8
  [ffbed154] + DocStringExtensions v0.8.4
  [d4d017d3] + ExponentialUtilities v1.8.2
  [7a1cc6ca] + FFTW v1.3.2
  [f5851436] + FFTW_jll v3.3.9+7
  [9aa1b823] + FastClosures v0.3.2
  [1a297f60] + FillArrays v0.8.14
  [6a86dc24] + FiniteDiff v2.8.0
  [53c48c17] + FixedPointNumbers v0.8.4
  [f6369f11] + ForwardDiff v0.10.18
  [069b7b12] + FunctionWrappers v1.1.2
  [e850a1a4] + GpABC v0.1.0
  [d25df0c9] + Inflate v0.1.2
  [1d5cc7b8] + IntelOpenMP_jll v2018.0.3+2
  [a98d9a8b] + Interpolations v0.12.10
  [42fd0dbc] + IterativeSolvers v0.9.0
  [82899510] + IteratorInterfaceExtensions v1.0.0
  [692b3bcd] + JLLWrappers v1.3.0
  [5ab0869b] + KernelDensity v0.5.1
  [2ee39098] + LabelledArrays v1.6.0
  [4af54fe1] + LazyArtifacts v1.3.0
  [093fc24a] + LightGraphs v1.3.5
  [d3d80556] + LineSearches v7.1.1
  [bdcacae8] + LoopVectorization v0.8.26
  [856f044c] + MKL_jll v2021.1.1+1
  [1914dd2f] + MacroTools v0.5.6
  [e1d29d7a] + Missings v0.4.5
  [46d2c3a1] + MuladdMacro v0.2.2
  [d41bc354] + NLSolversBase v7.5.0
  [2774e3e8] + NLsolve v4.5.1
  [77ba4419] + NaNMath v0.3.5
  [8913a72c] + NonlinearSolve v0.3.8
  [6fe1bfb0] + OffsetArrays v1.6.2
  [efe28fd5] + OpenSpecFun_jll v0.5.3+4
  [429524aa] + Optim v0.22.0
  [bac558e1] + OrderedCollections v1.4.0
  [1dea7af3] + OrdinaryDiffEq v5.52.4
  [90014a1f] + PDMats v0.10.1
  [d96e819e] + Parameters v0.12.2
  [995b91a9] + PlotUtils v1.0.10
  [85a6dd25] + PositiveFactorizations v0.2.4
  [21216c6a] + Preferences v1.2.1
  [1fd47b50] + QuadGK v2.4.1
  [c84ed2f1] + Ratios v0.4.0
  [3cdcf5f2] + RecipesBase v1.1.1
  [731186ca] + RecursiveArrayTools v2.11.3
  [f2c3362d] + RecursiveFactorization v0.1.8
  [189a3867] + Reexport v1.0.0
  [ae029012] + Requires v1.1.3
  [79098fc4] + Rmath v0.6.1
  [f50d1b31] + Rmath_jll v0.2.2+2
  [21efa798] + SIMDPirates v0.8.26
  [476501e8] + SLEEFPirates v0.5.5
  [0bca4576] + SciMLBase v1.12.1
  [efcf1570] + Setfield v0.7.0
  [699a6c99] + SimpleTraits v0.9.3
  [a2af1166] + SortingAlgorithms v0.3.1
  [47a9eef4] + SparseDiffTools v1.13.2
  [276daf66] + SpecialFunctions v0.10.3
  [90137ffa] + StaticArrays v0.12.5
  [2913bbd2] + StatsBase v0.33.5
  [4c63d2b9] + StatsFuns v0.9.7
  [fa267f1f] + TOML v1.0.3
  [3783bdb8] + TableTraits v1.0.1
  [bd369af6] + Tables v1.4.2
  [a2a6695c] + TreeViews v0.3.0
  [3a884ed6] + UnPack v1.0.2
  [3d5dd08c] + VectorizationBase v0.12.33
  [19fa3120] + VertexSafeGraphs v0.1.2
  [efce3f68] + WoodburyMatrices v0.5.3
  [700de1a5] + ZygoteRules v0.2.1
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8bb1440f] + DelimitedFiles 
  [8ba89e20] + Distributed 
  [9fa8497b] + Future 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [1a1011a3] + SharedArrays 
  [6462fe0b] + Sockets 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
  [4607b0f0] + SuiteSparse 
  [8dfed614] + Test 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
   Building FFTW ────────→ `C:\Users\XX\.julia\packages\FFTW\G3lSO\deps\build.log`
   Building SLEEFPirates → `C:\Users\XX\.julia\packages\SLEEFPirates\jGsib\deps\build.log`
┌ Error: Error building `SLEEFPirates`: 
│ ERROR: LoadError: LoadError: could not load library "C:\Users\XX\AppData\Local\Programs\Julia\Julia-1.4.2\bin\LLVM.dll"        
│ The specified module could not be found.
│ Stacktrace:
│  [1] dlopen at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Libdl\src\Libdl.jl:109 [inlined] (repeats 2 times)
│  [2] top-level scope at C:\Users\XX\.julia\packages\VectorizationBase\so9eG\src\cpu_info_x86_llvm.jl:5
│  [3] include(::String) at C:\Users\XX\.julia\packages\VectorizationBase\so9eG\src\VectorizationBase.jl:1
│  [4] top-level scope at C:\Users\XX\.julia\packages\VectorizationBase\so9eG\src\VectorizationBase.jl:175
│  [5] top-level scope at none:2
│  [6] eval at .\boot.jl:331 [inlined]
│ in expression starting at C:\Users\XX\.julia\packages\VectorizationBase\so9eG\src\cpu_info_x86_llvm.jl:5
│ in expression starting at C:\Users\XX\.julia\packages\VectorizationBase\so9eG\src\VectorizationBase.jl:173
│ ERROR: LoadError: Failed to precompile VectorizationBase [3d5dd08c-fd9d-11e8-17fa-ed2836048c2f] to C:\Users\XX\.julia\compiled\v1.4\VectorizationBase\Dto5m_6y9Ql.ji.
│ Stacktrace:
│  [1] top-level scope at none:5
│ in expression starting at C:\Users\XX\.julia\packages\SLEEFPirates\jGsib\deps\build.jl:1
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Pkg\src\Operations.jl:899

julia> using LLVM
ERROR: ArgumentError: Package LLVM not found in current path:
- Run `import Pkg; Pkg.add("LLVM")` to install the LLVM package.

Stacktrace:
 [1] require(::Module, ::Symbol) at .\loading.jl:892
 [2] repleval(::Module, ::String, ::String) at c:\Users\XX\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\repl.jl:120
 [3] (::VSCodeServer.var"#47#49"{Module,String,REPL.LineEditREPL,REPL.LineEdit.Prompt})() at c:\Users\XX\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\repl.jl:99
 [4] with_logstate(::VSCodeServer.var"#47#49"{Module,String,REPL.LineEditREPL,REPL.LineEdit.Prompt}, ::Base.CoreLogging.LogState) 
at .\logging.jl:398
 [5] with_logger at .\logging.jl:505 [inlined]
 [6] (::VSCodeServer.var"#46#48"{Module,String,REPL.LineEditREPL,REPL.LineEdit.Prompt})() at c:\Users\XX\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\repl.jl:100
 [7] #invokelatest#1 at .\essentials.jl:712 [inlined]
 [8] invokelatest(::Any) at .\essentials.jl:711
 [9] macro expansion at c:\Users\XX\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\eval.jl:34 [inlined]
 [10] (::VSCodeServer.var"#60#61")() at .\task.jl:358

@chriselrod
Copy link
Member

In Julia, you have to ] add PackageName before you can using PackageName. This is true even if you added another package that depends on and installed PackageName. (If PackageName is already installed, ] adding it won't actually download another copy assuming you're adding the same version as it's already installed, it'll just let you using it.)
The reason for this is because you shouldn't be relying on what other packages happen to be using to decide what packages are available to you.

TLDR

using Pkg
Pkg.add("LLVM")
using LLVM

@Bonjour-Lemonde
Copy link
Author

Bonjour-Lemonde commented Apr 19, 2021

Thanks! I have uninstalled Julia 1.4 and installed Julia 1.6. Firstly I tried

using Pkg
Pkg.add("LLVM")
using LLVM

It reports error as follows, which is very similar as before.

julia> Pkg.add("LLVM")
  Installing known registries into `C:\Users\XX\.julia`
     Cloning registry from "https://github.com/JuliaRegistries/General.git"
       Added registry `General` to `C:\Users\XX\.julia\registries\General`
   Resolving package versions...
   Installed CEnum ─ v0.4.1
   Installed LLVM ── v3.6.0
    Updating `C:\Users\XX\.julia\environments\v1.6\Project.toml`
  [929cbde3] + LLVM v3.6.0
    Updating `C:\Users\XX\.julia\environments\v1.6\Manifest.toml`
  [fa961155] + CEnum v0.4.1
  [929cbde3] + LLVM v3.6.0 
  [8f399da3] + Libdl       
  [de0858da] + Printf      
  [4ec0a83e] + Unicode
  Progress [========================================>]  2/2
2 dependencies successfully precompiled in 9 seconds

julia> using LLVM
ERROR: InitError: could not load library "C:\Users\��Ө\AppData\Local\Programs\Julia-1.6.0\bin\LLVM.dll"
The specified module could not be found.
Stacktrace:
  [1] runtime_version()
    @ LLVM ~\.julia\packages\LLVM\7Q46C\src\base.jl:9
  [2] __init__()
    @ LLVM ~\.julia\packages\LLVM\7Q46C\src\LLVM.jl:88
  [3] eval
    @ .\boot.jl:360 [inlined]
  [4] eval
    @ .\Base.jl:39 [inlined]
  [5] repleval(m::Module, code::Expr, #unused#::String)
    @ VSCodeServer ~\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\repl.jl:124
  [6] (::VSCodeServer.var"#47#49"{Module, Expr, REPL.LineEditREPL, REPL.LineEdit.Prompt})()
    @ VSCodeServer ~\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\repl.jl:99
  [7] with_logger
    @ .\logging.jl:603 [inlined]
  [8] (::VSCodeServer.var"#46#48"{Module, Expr, REPL.LineEditREPL, REPL.LineEdit.Prompt})()
    @ VSCodeServer ~\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\repl.jl:100
  [9] #invokelatest#2
    @ .\essentials.jl:708 [inlined]
 [10] invokelatest(::Any)
    @ Base .\essentials.jl:706
 [11] macro expansion
    @ ~\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\eval.jl:34 [inlined]
 [12] (::VSCodeServer.var"#60#61")()
    @ VSCodeServer .\task.jl:406
during initialization of module LLVM

@chriselrod
Copy link
Member

chriselrod commented Apr 19, 2021

I'd file an issue with LLVM.jl.
How did you install Julia?

But VectorizationBase does not need LLVM if you're using 1.6.
I suggest trying (using Julia 1.6)

using Pkg
Pkg.develop("GpABC")

This will error because of version conflicts.

Then look at the compat entries and check on their GitHub pages what the newest versions of each of these are. This may help, e.g. GpABC says OrdinaryDiffEq 5.23, which allows anything 5.(>=23), so because the newest OrindaryDiffEq is 5.52.4, you don't have to change anything there.
But the newest version of Optim is 1.3.0, so you could try editing the compat to add "1" for Optim (which would allow Optim 1.3).

Once you've done that, you can activate the GpABC project and try to update its packages:

Pkg.activate(joinpath(homedir(),".julia","dev", "GpABC"))
Pkg.update()

Reasonably likely that'll work.
I'd also suggest trying to file an issue with GpABC requesting the author update.
Or, if you get things working on Julia 1.6, file a PR there.

@Bonjour-Lemonde
Copy link
Author

Thanks a lot! I download Julia from This page, I download windows 64-bit (installer).
I tried

using Pkg
Pkg.develop("GpABC")

and it seems no error.

   Installed Adapt ─────────────────────── v3.3.0
   Installed SpecialFunctions ──────────── v0.10.3
   Installed LabelledArrays ────────────── v1.6.0
   Installed Optim ─────────────────────── v0.22.0
   Installed IterativeSolvers ──────────── v0.9.0
   Installed AxisAlgorithms ────────────── v1.0.0
   Installed FFTW_jll ──────────────────── v3.3.9+7
   Installed NLSolversBase ─────────────── v7.5.0
   Installed LoopVectorization ─────────── v0.12.12
   Installed ColorSchemes ──────────────── v3.12.0
   Installed Interpolations ────────────── v0.12.10
  Downloaded artifact: IntelOpenMP
  Downloaded artifact: OpenSpecFun
  Downloaded artifact: Rmath
  Downloaded artifact: FFTW
    Updating `C:\Users\XX\.julia\environments\v1.6\Project.toml`
  [e850a1a4] + GpABC v0.1.1 `C:\Users\XX\.julia\dev\GpABC`
    Updating `C:\Users\XX\.julia\environments\v1.6\Manifest.toml`
  [621f4979] + AbstractFFTs v1.0.1
  [79e6a3ab] + Adapt v3.3.0
  [ec485272] + ArnoldiMethod v0.1.0
  [13072b0f] + AxisAlgorithms v1.0.0
  [49dc2e85] + Calculus v0.5.1
  [d360d2e6] + ChainRulesCore v0.9.37
  [b630d9fa] + CheapThreads v0.2.3
  [35d6a980] + ColorSchemes v3.12.0
  [3da002f7] + ColorTypes v0.10.12
  [5ae59095] + Colors v0.12.7
  [38540f10] + CommonSolve v0.2.0
  [bbf7d656] + CommonSubexpressions v0.3.0
  [34da2185] + Compat v3.27.0
  [187b0558] + ConstructionBase v1.1.0
  [9a962f9c] + DataAPI v1.6.0
  [864edb3b] + DataStructures v0.18.9
  [e2d170a0] + DataValueInterfaces v1.0.0
  [2b5f629d] + DiffEqBase v6.59.0
  [01453d9d] + DiffEqDiffTools v0.14.0
  [163ba53b] + DiffResults v1.0.3
  [b552c78f] + DiffRules v1.0.2
  [b4f34e82] + Distances v0.9.2
  [31c24e10] + Distributions v0.23.8
  [ffbed154] + DocStringExtensions v0.8.4
  [d4d017d3] + ExponentialUtilities v1.8.4
  [7a1cc6ca] + FFTW v1.3.2
  [9aa1b823] + FastClosures v0.3.2
  [1a297f60] + FillArrays v0.8.14
  [6a86dc24] + FiniteDiff v2.8.0
  [53c48c17] + FixedPointNumbers v0.8.4
  [f6369f11] + ForwardDiff v0.10.18
  [069b7b12] + FunctionWrappers v1.1.2
  [e850a1a4] + GpABC v0.1.1 `C:\Users\XX\.julia\dev\GpABC`
  [d25df0c9] + Inflate v0.1.2
  [a98d9a8b] + Interpolations v0.12.10
  [42fd0dbc] + IterativeSolvers v0.9.0
  [82899510] + IteratorInterfaceExtensions v1.0.0
  [5ab0869b] + KernelDensity v0.5.1
  [2ee39098] + LabelledArrays v1.6.0
  [093fc24a] + LightGraphs v1.3.5
  [d3d80556] + LineSearches v7.1.1
  [bdcacae8] + LoopVectorization v0.12.12
  [1914dd2f] + MacroTools v0.5.6
  [e1d29d7a] + Missings v0.4.5
  [46d2c3a1] + MuladdMacro v0.2.2
  [d41bc354] + NLSolversBase v7.5.0
  [2774e3e8] + NLsolve v4.5.1
  [77ba4419] + NaNMath v0.3.5
  [8913a72c] + NonlinearSolve v0.3.8
  [6fe1bfb0] + OffsetArrays v1.6.2
  [429524aa] + Optim v0.22.0
  [bac558e1] + OrderedCollections v1.4.0
  [1dea7af3] + OrdinaryDiffEq v5.52.4
  [90014a1f] + PDMats v0.10.1
  [d96e819e] + Parameters v0.12.2
  [995b91a9] + PlotUtils v1.0.10
  [85a6dd25] + PositiveFactorizations v0.2.4
  [1fd47b50] + QuadGK v2.4.1
  [c84ed2f1] + Ratios v0.4.0
  [3cdcf5f2] + RecipesBase v1.1.1
  [731186ca] + RecursiveArrayTools v2.11.3
  [f2c3362d] + RecursiveFactorization v0.1.12
  [189a3867] + Reexport v1.0.0
  [79098fc4] + Rmath v0.7.0
  [476501e8] + SLEEFPirates v0.6.15
  [0bca4576] + SciMLBase v1.12.1
  [efcf1570] + Setfield v0.7.0
  [699a6c99] + SimpleTraits v0.9.3
  [a2af1166] + SortingAlgorithms v0.3.1
  [47a9eef4] + SparseDiffTools v1.13.2
  [276daf66] + SpecialFunctions v0.10.3
  [90137ffa] + StaticArrays v0.12.5
  [2913bbd2] + StatsBase v0.33.5
  [4c63d2b9] + StatsFuns v0.9.7
  [7792a7ef] + StrideArraysCore v0.1.5
  [3783bdb8] + TableTraits v1.0.1
  [bd369af6] + Tables v1.4.2
  [8290d209] + ThreadingUtilities v0.4.1
  [a2a6695c] + TreeViews v0.3.0
  [3a884ed6] + UnPack v1.0.2
  [19fa3120] + VertexSafeGraphs v0.1.2
  [efce3f68] + WoodburyMatrices v0.5.3
  [700de1a5] + ZygoteRules v0.2.1
  [1d5cc7b8] + IntelOpenMP_jll v2018.0.3+2
  [856f044c] + MKL_jll v2021.1.1+1
  [efe28fd5] + OpenSpecFun_jll v0.5.3+4
  [f50d1b31] + Rmath_jll v0.3.0+0
  [8bb1440f] + DelimitedFiles
  [8ba89e20] + Distributed
  [9fa8497b] + Future
  [4af54fe1] + LazyArtifacts
  [a63ad114] + Mmap
  [1a1011a3] + SharedArrays
  [4607b0f0] + SuiteSparse
  [8dfed614] + Test
  [e66e0078] + CompilerSupportLibraries_jll
    Building FFTW → `C:\Users\XX\.julia\scratchspaces\44cfe95a-1eb2-52ea-b672-e2afdf69b78f\1b48dbde42f307e48685fa9213d8b9f8c0d87594\build.log`

Then I check the compat entries, updated to include newest version.

[compat]
Colors = "0.9, 0.10, 0.11, 0.12"
Distances = "0.8, 0.9"
Distributions = "0.21, 0.22, 0.23"
ForwardDiff = "0.10"
KernelDensity = "0.5"
Optim = "0.19.4, 0.20, 0.21, 0.22, 1"
OrdinaryDiffEq = "5.23"
PlotUtils = "1.0.5"
RecipesBase = "0.8, 1.0.1"
StatsBase = "0.32, 0.33"
julia = "1.0.2"

Then acrivate and update. But error still exists.

julia> Pkg.activate(joinpath(homedir(),".julia","dev", "GpABC"))
  Activating environment at `C:\Users\XX\.julia\dev\GpABC\Project.toml`

julia> Pkg.update()
    Updating registry at `C:\Users\XX\.julia\registries\General`
    Updating git-repo `https://github.com/JuliaRegistries/General.git`
    Updating `C:\Users\XX\.julia\dev\GpABC\Project.toml`
  [5ae59095] + Colors v0.12.7
  [b4f34e82] + Distances v0.9.2
  [31c24e10] + Distributions v0.23.8
  [f6369f11] + ForwardDiff v0.10.18
  [5ab0869b] + KernelDensity v0.5.1
  [429524aa] + Optim v0.22.0
  [1dea7af3] + OrdinaryDiffEq v5.52.4
  [995b91a9] + PlotUtils v1.0.10
  [3cdcf5f2] + RecipesBase v1.1.1
  [2913bbd2] + StatsBase v0.33.5
    Updating `C:\Users\XX\.julia\dev\GpABC\Manifest.toml`
  [621f4979] + AbstractFFTs v1.0.1
  [79e6a3ab] + Adapt v3.3.0
  [ec485272] + ArnoldiMethod v0.1.0
  [4fba245c] + ArrayInterface v3.1.7
  [13072b0f] + AxisAlgorithms v1.0.0
  [49dc2e85] + Calculus v0.5.1
  [d360d2e6] + ChainRulesCore v0.9.37
  [b630d9fa] + CheapThreads v0.2.3
  [35d6a980] + ColorSchemes v3.12.0
  [3da002f7] + ColorTypes v0.10.12
  [5ae59095] + Colors v0.12.7
  [38540f10] + CommonSolve v0.2.0
  [bbf7d656] + CommonSubexpressions v0.3.0
  [34da2185] + Compat v3.27.0
  [187b0558] + ConstructionBase v1.1.0
  [9a962f9c] + DataAPI v1.6.0
  [864edb3b] + DataStructures v0.18.9
  [e2d170a0] + DataValueInterfaces v1.0.0
  [2b5f629d] + DiffEqBase v6.59.0
  [01453d9d] + DiffEqDiffTools v0.14.0
  [163ba53b] + DiffResults v1.0.3
  [b552c78f] + DiffRules v1.0.2
  [b4f34e82] + Distances v0.9.2
  [31c24e10] + Distributions v0.23.8
  [ffbed154] + DocStringExtensions v0.8.4
  [d4d017d3] + ExponentialUtilities v1.8.4
  [7a1cc6ca] + FFTW v1.3.2
  [9aa1b823] + FastClosures v0.3.2
  [1a297f60] + FillArrays v0.8.14
  [6a86dc24] + FiniteDiff v2.8.0
  [53c48c17] + FixedPointNumbers v0.8.4
  [f6369f11] + ForwardDiff v0.10.18
  [069b7b12] + FunctionWrappers v1.1.2
  [0e44f5e4] + Hwloc v1.3.0
  [615f187c] + IfElse v0.1.0
  [d25df0c9] + Inflate v0.1.2
  [a98d9a8b] + Interpolations v0.12.10
  [42fd0dbc] + IterativeSolvers v0.9.0
  [82899510] + IteratorInterfaceExtensions v1.0.0
  [692b3bcd] + JLLWrappers v1.3.0
  [5ab0869b] + KernelDensity v0.5.1
  [2ee39098] + LabelledArrays v1.6.0
  [093fc24a] + LightGraphs v1.3.5
  [d3d80556] + LineSearches v7.1.1
  [bdcacae8] + LoopVectorization v0.12.12
  [1914dd2f] + MacroTools v0.5.6
  [e1d29d7a] + Missings v0.4.5
  [46d2c3a1] + MuladdMacro v0.2.2
  [d41bc354] + NLSolversBase v7.5.0
  [2774e3e8] + NLsolve v4.5.1
  [77ba4419] + NaNMath v0.3.5
  [8913a72c] + NonlinearSolve v0.3.8
  [6fe1bfb0] + OffsetArrays v1.6.2
  [429524aa] + Optim v0.22.0
  [bac558e1] + OrderedCollections v1.4.0
  [1dea7af3] + OrdinaryDiffEq v5.52.4
  [90014a1f] + PDMats v0.10.1
  [d96e819e] + Parameters v0.12.2
  [995b91a9] + PlotUtils v1.0.10
  [85a6dd25] + PositiveFactorizations v0.2.4
  [21216c6a] + Preferences v1.2.1
  [1fd47b50] + QuadGK v2.4.1
  [c84ed2f1] + Ratios v0.4.0
  [3cdcf5f2] + RecipesBase v1.1.1
  [731186ca] + RecursiveArrayTools v2.11.3
  [f2c3362d] + RecursiveFactorization v0.1.12
  [189a3867] + Reexport v1.0.0
  [ae029012] + Requires v1.1.3
  [79098fc4] + Rmath v0.7.0
  [476501e8] + SLEEFPirates v0.6.15
  [0bca4576] + SciMLBase v1.12.1
  [efcf1570] + Setfield v0.7.0
  [699a6c99] + SimpleTraits v0.9.3
  [a2af1166] + SortingAlgorithms v0.3.1
  [47a9eef4] + SparseDiffTools v1.13.2
  [276daf66] + SpecialFunctions v0.10.3
  [aedffcd0] + Static v0.2.4
  [90137ffa] + StaticArrays v0.12.5
  [2913bbd2] + StatsBase v0.33.5
  [4c63d2b9] + StatsFuns v0.9.7
  [7792a7ef] + StrideArraysCore v0.1.5
  [3783bdb8] + TableTraits v1.0.1
  [bd369af6] + Tables v1.4.2
  [8290d209] + ThreadingUtilities v0.4.1
  [a2a6695c] + TreeViews v0.3.0
  [3a884ed6] + UnPack v1.0.2
  [3d5dd08c] + VectorizationBase v0.19.27
  [19fa3120] + VertexSafeGraphs v0.1.2
  [efce3f68] + WoodburyMatrices v0.5.3
  [700de1a5] + ZygoteRules v0.2.1
  [f5851436] + FFTW_jll v3.3.9+7
  [e33a78d0] + Hwloc_jll v2.4.1+0
  [1d5cc7b8] + IntelOpenMP_jll v2018.0.3+2
  [856f044c] + MKL_jll v2021.1.1+1
  [efe28fd5] + OpenSpecFun_jll v0.5.3+4
  [f50d1b31] + Rmath_jll v0.3.0+0
  [0dad84c5] + ArgTools
  [56f22d72] + Artifacts
  [2a0f44e3] + Base64
  [ade2ca70] + Dates
  [8bb1440f] + DelimitedFiles
  [8ba89e20] + Distributed
  [f43a241f] + Downloads
  [9fa8497b] + Future
  [b77e0a4c] + InteractiveUtils
  [4af54fe1] + LazyArtifacts
  [b27032c2] + LibCURL
  [76f85450] + LibGit2
  [8f399da3] + Libdl
  [37e2e46d] + LinearAlgebra
  [56ddb016] + Logging
  [d6f4376e] + Markdown
  [a63ad114] + Mmap
  [ca575930] + NetworkOptions
  [44cfe95a] + Pkg
  [de0858da] + Printf
  [3fa0cd96] + REPL
  [9a3f8284] + Random
  [ea8e919c] + SHA
  [9e88b42a] + Serialization
  [1a1011a3] + SharedArrays
  [6462fe0b] + Sockets
  [2f01184e] + SparseArrays
  [10745b16] + Statistics
  [4607b0f0] + SuiteSparse
  [fa267f1f] + TOML
  [a4e569a6] + Tar
  [8dfed614] + Test
  [cf7118a7] + UUIDs
  [4ec0a83e] + Unicode
  [e66e0078] + CompilerSupportLibraries_jll
  [deac9b47] + LibCURL_jll
  [29816b5a] + LibSSH2_jll
  [c8ffd9c3] + MbedTLS_jll
  [14a3606d] + MozillaCACerts_jll
  [83775a58] + Zlib_jll
  [8e850ede] + nghttp2_jll
  [3f19e933] + p7zip_jll
Precompiling project...
  Progress [========================================>]  90/90
  ✗ VectorizationBase
  ✗ SLEEFPirates
  ✗ ThreadingUtilities
  ✗ StrideArraysCore
  ✗ CheapThreads
  ✗ LoopVectorization
  ✗ RecursiveFactorization
  ✗ NonlinearSolve
  ✗ DiffEqBase
  ✗ OrdinaryDiffEq
  ✗ GpABC
79 dependencies successfully precompiled in 143 seconds (11 already precompiled)
11 dependencies errored

@Bonjour-Lemonde
Copy link
Author

Do you suggest me to build Julia through Github, as it may avoid some problems with my Win10 system?

@chriselrod
Copy link
Member

Could you

using VectorizationBase

and tell me what errors you get now?
It should work on Win10 of you installed Julia from here: https://julialang.org/downloads/

@Bonjour-Lemonde
Copy link
Author

Yes. It reports as follows.

julia> using VectorizationBase
[ Info: Precompiling VectorizationBase [3d5dd08c-fd9d-11e8-17fa-ed2836048c2f]
ERROR: LoadError: LoadError: could not load library "C:\Users\��Ө\AppData\Local\Programs\Julia-1.6.0\bin\LLVM.dll"
The specified module could not be found.
Stacktrace:
 [1] dlopen
   @ .\libdl.jl:114 [inlined]
 [2] #dlopen#2
   @ .\libdl.jl:110 [inlined]
 [3] dlopen (repeats 2 times)
   @ .\libdl.jl:110 [inlined]
 [4] feature_string()
   @ VectorizationBase ~\.julia\packages\VectorizationBase\czbgP\src\cpu_info.jl:4
 [5] set_features!()
   @ VectorizationBase ~\.julia\packages\VectorizationBase\czbgP\src\cpu_info.jl:30
 [6] top-level scope
   @ ~\.julia\packages\VectorizationBase\czbgP\src\cpu_info.jl:37
 [7] include(x::String)
   @ VectorizationBase ~\.julia\packages\VectorizationBase\czbgP\src\VectorizationBase.jl:1
 [8] top-level scope
   @ ~\.julia\packages\VectorizationBase\czbgP\src\VectorizationBase.jl:257
 [9] top-level scope (repeats 2 times)
   @ none:1
in expression starting at C:\Users\XX\.julia\packages\VectorizationBase\czbgP\src\cpu_info.jl:37
in expression starting at C:\Users\XX\.julia\packages\VectorizationBase\czbgP\src\VectorizationBase.jl:1
ERROR: Failed to precompile VectorizationBase [3d5dd08c-fd9d-11e8-17fa-ed2836048c2f] to C:\Users\XX\.julia\compiled\v1.6\VectorizationBase\jl_42AC.tmp.
Stacktrace:
  [1] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY)
    @ Base .\loading.jl:1360
  [2] eval
    @ .\boot.jl:360 [inlined]
  [3] eval
    @ .\Base.jl:39 [inlined]
  [4] repleval(m::Module, code::Expr, #unused#::String)
    @ VSCodeServer ~\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\repl.jl:124
  [5] (::VSCodeServer.var"#47#49"{Module, Expr, REPL.LineEditREPL, REPL.LineEdit.Prompt})()
    @ VSCodeServer ~\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\repl.jl:99
  [6] with_logger
    @ .\logging.jl:603 [inlined]
  [7] (::VSCodeServer.var"#46#48"{Module, Expr, REPL.LineEditREPL, REPL.LineEdit.Prompt})()
    @ VSCodeServer ~\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\repl.jl:100
  [8] #invokelatest#2
    @ .\essentials.jl:708 [inlined]
  [9] invokelatest(::Any)
    @ Base .\essentials.jl:706
 [10] macro expansion
    @ ~\.vscode\extensions\julialang.language-julia-1.1.38\scripts\packages\VSCodeServer\src\eval.jl:34 [inlined]
 [11] (::VSCodeServer.var"#60#61")()
    @ VSCodeServer .\task.jl:406

@Bonjour-Lemonde
Copy link
Author

Bonjour-Lemonde commented Apr 19, 2021

Could it because the installation directory contains Chinese characters?
C:\Users\��Ө\AppData\Local\Programs\Julia-1.6.0
The ��Ө is Chinese character, which is my user name.

@Bonjour-Lemonde
Copy link
Author

Bonjour-Lemonde commented Apr 19, 2021

Thanks a lot for your help and instructions! I use another computer which user name is English. It works smoothly.

   Installed Interpolations ────────────── v0.12.10
   Installed ColorSchemes ──────────────── v3.12.0
   Installed LoopVectorization ─────────── v0.12.12
  Downloaded artifact: IntelOpenMP
  Downloaded artifact: Hwloc
  Downloaded artifact: OpenSpecFun
  Downloaded artifact: Rmath
  Downloaded artifact: FFTW
    Updating `C:\Users\Dell\.julia\environments\v1.6\Project.toml`
  [e850a1a4] + GpABC v0.1.0
    Updating `C:\Users\Dell\.julia\environments\v1.6\Manifest.toml`
  [621f4979] + AbstractFFTs v1.0.1        
  [79e6a3ab] + Adapt v3.3.0
  [ec485272] + ArnoldiMethod v0.1.0       
  [4fba245c] + ArrayInterface v3.1.7      
  [13072b0f] + AxisAlgorithms v1.0.0      
  [49dc2e85] + Calculus v0.5.1
  [d360d2e6] + ChainRulesCore v0.9.37     
  [b630d9fa] + CheapThreads v0.2.3        
  [35d6a980] + ColorSchemes v3.12.0       
  [3da002f7] + ColorTypes v0.10.12        
  [5ae59095] + Colors v0.12.7
  [38540f10] + CommonSolve v0.2.0
  [bbf7d656] + CommonSubexpressions v0.3.0
  [34da2185] + Compat v3.27.0
  [187b0558] + ConstructionBase v1.1.0    
  [9a962f9c] + DataAPI v1.6.0
  [864edb3b] + DataStructures v0.18.9     
  [e2d170a0] + DataValueInterfaces v1.0.0 
  [2b5f629d] + DiffEqBase v6.59.0
  [01453d9d] + DiffEqDiffTools v0.14.0
  [163ba53b] + DiffResults v1.0.3
  [b552c78f] + DiffRules v1.0.2
  [b4f34e82] + Distances v0.9.2
  [31c24e10] + Distributions v0.23.8
  [ffbed154] + DocStringExtensions v0.8.4
  [d4d017d3] + ExponentialUtilities v1.8.4
  [7a1cc6ca] + FFTW v1.3.2
  [9aa1b823] + FastClosures v0.3.2
  [1a297f60] + FillArrays v0.8.14
  [6a86dc24] + FiniteDiff v2.8.0
  [53c48c17] + FixedPointNumbers v0.8.4
  [f6369f11] + ForwardDiff v0.10.18
  [069b7b12] + FunctionWrappers v1.1.2
  [e850a1a4] + GpABC v0.1.0
  [0e44f5e4] + Hwloc v1.3.0
  [615f187c] + IfElse v0.1.0
  [d25df0c9] + Inflate v0.1.2
  [a98d9a8b] + Interpolations v0.12.10
  [42fd0dbc] + IterativeSolvers v0.9.0
  [82899510] + IteratorInterfaceExtensions v1.0.0
  [692b3bcd] + JLLWrappers v1.3.0
  [5ab0869b] + KernelDensity v0.5.1
  [2ee39098] + LabelledArrays v1.6.0
  [093fc24a] + LightGraphs v1.3.5
  [d3d80556] + LineSearches v7.1.1
  [bdcacae8] + LoopVectorization v0.12.12
  [1914dd2f] + MacroTools v0.5.6
  [e1d29d7a] + Missings v0.4.5
  [46d2c3a1] + MuladdMacro v0.2.2
  [d41bc354] + NLSolversBase v7.5.0
  [2774e3e8] + NLsolve v4.5.1
  [77ba4419] + NaNMath v0.3.5
  [8913a72c] + NonlinearSolve v0.3.8
  [6fe1bfb0] + OffsetArrays v1.6.2
  [429524aa] + Optim v0.22.0
  [bac558e1] + OrderedCollections v1.4.0
  [1dea7af3] + OrdinaryDiffEq v5.52.4
  [90014a1f] + PDMats v0.10.1
  [d96e819e] + Parameters v0.12.2
  [995b91a9] + PlotUtils v1.0.10
  [85a6dd25] + PositiveFactorizations v0.2.4
  [21216c6a] + Preferences v1.2.1
  [1fd47b50] + QuadGK v2.4.1
  [c84ed2f1] + Ratios v0.4.0
  [3cdcf5f2] + RecipesBase v1.1.1
  [731186ca] + RecursiveArrayTools v2.11.3
  [f2c3362d] + RecursiveFactorization v0.1.12
  [189a3867] + Reexport v1.0.0
  [ae029012] + Requires v1.1.3
  [79098fc4] + Rmath v0.7.0
  [476501e8] + SLEEFPirates v0.6.15
  [0bca4576] + SciMLBase v1.12.1
  [efcf1570] + Setfield v0.7.0
  [699a6c99] + SimpleTraits v0.9.3
  [a2af1166] + SortingAlgorithms v0.3.1
  [47a9eef4] + SparseDiffTools v1.13.2
  [276daf66] + SpecialFunctions v0.10.3
  [aedffcd0] + Static v0.2.4
  [90137ffa] + StaticArrays v0.12.5
  [2913bbd2] + StatsBase v0.33.5
  [4c63d2b9] + StatsFuns v0.9.7
  [7792a7ef] + StrideArraysCore v0.1.5
  [3783bdb8] + TableTraits v1.0.1
  [bd369af6] + Tables v1.4.2
  [8290d209] + ThreadingUtilities v0.4.1
  [a2a6695c] + TreeViews v0.3.0
  [3a884ed6] + UnPack v1.0.2
  [3d5dd08c] + VectorizationBase v0.19.27
  [19fa3120] + VertexSafeGraphs v0.1.2
  [efce3f68] + WoodburyMatrices v0.5.3
  [700de1a5] + ZygoteRules v0.2.1
  [f5851436] + FFTW_jll v3.3.9+7
  [e33a78d0] + Hwloc_jll v2.4.1+0
  [1d5cc7b8] + IntelOpenMP_jll v2018.0.3+2
  [856f044c] + MKL_jll v2021.1.1+1
  [efe28fd5] + OpenSpecFun_jll v0.5.3+4
  [f50d1b31] + Rmath_jll v0.3.0+0
  [0dad84c5] + ArgTools
  [56f22d72] + Artifacts
  [2a0f44e3] + Base64
  [ade2ca70] + Dates
  [8bb1440f] + DelimitedFiles
  [8ba89e20] + Distributed
  [f43a241f] + Downloads
  [9fa8497b] + Future
  [b77e0a4c] + InteractiveUtils
  [4af54fe1] + LazyArtifacts
  [b27032c2] + LibCURL
  [76f85450] + LibGit2
  [8f399da3] + Libdl
  [56ddb016] + Logging
  [d6f4376e] + Markdown
  [a63ad114] + Mmap
  [ca575930] + NetworkOptions
  [44cfe95a] + Pkg
  [de0858da] + Printf
  [3fa0cd96] + REPL
  [9a3f8284] + Random
  [ea8e919c] + SHA
  [9e88b42a] + Serialization
  [1a1011a3] + SharedArrays
  [6462fe0b] + Sockets
  [2f01184e] + SparseArrays
  [10745b16] + Statistics
  [4607b0f0] + SuiteSparse
  [fa267f1f] + TOML
  [a4e569a6] + Tar
  [8dfed614] + Test
  [cf7118a7] + UUIDs
  [4ec0a83e] + Unicode
  [e66e0078] + CompilerSupportLibraries_jll
  [deac9b47] + LibCURL_jll
  [29816b5a] + LibSSH2_jll
  [c8ffd9c3] + MbedTLS_jll
  [14a3606d] + MozillaCACerts_jll
  [83775a58] + Zlib_jll
  [8e850ede] + nghttp2_jll
  [3f19e933] + p7zip_jll
    Building FFTW → `C:\Users\Dell\.julia\scratchspaces\44cfe95a-1eb2-52ea-b672-e2afdf69b78f\1b48dbde42f307e48685fa9213d8b9f8c0d87594\build.log`
  Progress [========================================>]  101/101
101 dependencies successfully precompiled in 109 seconds

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

2 participants