Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Error when trying to install in Julia 1.8 #211

@bolognam

Description

@bolognam

This issue is a duplicate of #210, with the same precompile stack trace (provided below).

julia> import Pkg; Pkg.precompile()       
Precompiling project...       
  ✗ BinaryProvider    
  0 dependencies successfully precompiled in 8 seconds. 359 already precompiled.      
      
(v1.9) pkg> add BinaryProvider    
   Resolving package versions...      
    Updating `c:\users\fw\julia19\.julia\environments\v1.9\Project.toml`    
  [b99e7846] + BinaryProvider v0.5.10     
  No Changes to `c:\users\fw\julia19\.julia\environments\v1.9\Manifest.toml`    
      
julia> import Pkg; Pkg.precompile()       
Precompiling project...       
  ✗ BinaryProvider    
  0 dependencies successfully precompiled in 8 seconds. 359 already precompiled.      
      
ERROR: The following 1 direct dependency failed to precompile:    
      
BinaryProvider [b99e7846-7c00-51b0-8f62-c81ae34c0232]     
      
Failed to precompile BinaryProvider [b99e7846-7c00-51b0-8f62-c81ae34c0232] to c:\users\fw\julia19\.julia\compiled\v1.9\BinaryProvider\jl_3E25.tmp.      
ERROR: LoadError: Unable to open libLLVM!     
Stacktrace:       
  [1] error(s::String)    
    @ Base .\error.jl:35      
  [2] (::BinaryProvider.var"#open_libllvm#124")()     
    @ BinaryProvider c:\users\fw\julia19\.julia\packages\BinaryProvider\U2dKK\src\PlatformNames.jl:652      
  [3] detect_cxx11_string_abi()       
    @ BinaryProvider c:\users\fw\julia19\.julia\packages\BinaryProvider\U2dKK\src\PlatformNames.jl:655      
  [4] detect_compiler_abi()       
    @ BinaryProvider c:\users\fw\julia19\.julia\packages\BinaryProvider\U2dKK\src\PlatformNames.jl:668      
  [5] top-level scope     
    @ c:\users\fw\julia19\.julia\packages\BinaryProvider\U2dKK\src\PlatformNames.jl:685     
  [6] include(mod::Module, _path::String)     
    @ Base .\Base.jl:422      
  [7] include(x::String)      
    @ BinaryProvider c:\users\fw\julia19\.julia\packages\BinaryProvider\U2dKK\src\BinaryProvider.jl:1       
  [8] top-level scope     
    @ c:\users\fw\julia19\.julia\packages\BinaryProvider\U2dKK\src\BinaryProvider.jl:12     
  [9] include     
    @ .\Base.jl:422 [inlined]     
 [10] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete
eps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing)       
    @ Base .\loading.jl:1501      
 [11] top-level scope     
    @ stdin:1     
in expression starting at c:\users\fw\julia19\.julia\packages\BinaryProvider\U2dKK\src\PlatformNames.jl:685     
in expression starting at c:\users\fw\julia19\.julia\packages\BinaryProvider\U2dKK\src\BinaryProvider.jl:1      
in expression starting at stdin:1     

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions