Skip to content

Conversation

ChrisRackauckas
Copy link
Member

No description provided.

@tkf tkf changed the base branch from ChrisRackauckas-patch-1 to master January 13, 2022 00:15
@tkf tkf closed this Jan 13, 2022
@tkf tkf reopened this Jan 13, 2022
@tkf
Copy link
Contributor

tkf commented Jan 13, 2022

I'm getting

  • InitError: could not load library "libbtf.dll" ... during initialization of module SuiteSparse_jll and
  • InitError: could not load library "C:\Users\runneradmin\.julia\artifacts\4ccc575631c856942ae91cbb8294de9b0a746c9d\bin\libsundials_sunlinsolklu.dll" ... during initialization of module Sundials_jll

in Windows. Full error:

┌ Debug: Importing DiffEqBase.jl....
└ @ Main D:\a\diffeqpy\diffeqpy\.tox\py\Lib\site-packages\diffeqpy\setup.jl:1
┌ Debug: Importing DifferentialEquationsjl....
└ @ Main D:\a\diffeqpy\diffeqpy\.tox\py\Lib\site-packages\diffeqpy\setup.jl:28
┌ Error: Failed to import DifferentialEquations.jl
│   exception =
│    InitError: could not load library "libbtf.dll"
│    The specified module could not be found. 
│    Stacktrace:
│      [1] dlopen(s::String, flags::UInt32; throw_error::Bool)
│        @ Base.Libc.Libdl .\libdl.jl:117
│      [2] dlopen (repeats 2 times)
│        @ .\libdl.jl:117 [inlined]
│      [3] __init__()
│        @ SuiteSparse_jll c:\julia\share\julia\stdlib\v1.7\SuiteSparse_jll\src\SuiteSparse_jll.jl:87
│      [4] _include_from_serialized(path::String, depmods::Vector{Any})
│        @ Base .\loading.jl:768
│      [5] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
│        @ Base .\loading.jl:854
│      [6] _tryrequire_from_serialized(modkey::Base.PkgId, build_id::UInt64, modpath::String)
│        @ Base .\loading.jl:783
│      [7] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
│        @ Base .\loading.jl:843
│      [8] _tryrequire_from_serialized(modkey::Base.PkgId, build_id::UInt64, modpath::String)
│        @ Base .\loading.jl:783
│      [9] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
│        @ Base .\loading.jl:843
│     [10] _require(pkg::Base.PkgId)
│        @ Base .\loading.jl:1097
│     [11] require(uuidkey::Base.PkgId)
│        @ Base .\loading.jl:1013
│     [12] require(into::Module, mod::Symbol)
│        @ Base .\loading.jl:997
│     [13] top-level scope
│        @ D:\a\diffeqpy\diffeqpy\.tox\py\Lib\site-packages\diffeqpy\setup.jl:30
│     [14] include(fname::String)
│        @ Base.MainInclude .\client.jl:451
│     [15] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
│        @ Base .\essentials.jl:716
│     [16] invokelatest(::Any, ::Any, ::Vararg{Any})
│        @ Base .\essentials.jl:714
│     [17] _pyjlwrap_call(f::Function, args_::Ptr{PyCall.PyObject_struct}, kw_::Ptr{PyCall.PyObject_struct})
│        @ PyCall C:\Users\runneradmin\.julia\packages\PyCall\L0fLP\src\callback.jl:28
│     [18] pyjlwrap_call(self_::Ptr{PyCall.PyObject_struct}, args_::Ptr{PyCall.PyObject_struct}, kw_::Ptr{PyCall.PyObject_struct})
│        @ PyCall C:\Users\runneradmin\.julia\packages\PyCall\L0fLP\src\callback.jl:44
│    during initialization of module SuiteSparse_jll
└ @ Main D:\a\diffeqpy\diffeqpy\.tox\py\Lib\site-packages\diffeqpy\setup.jl:32
┌ Debug: Importing DiffEqBase.jl....
└ @ Main D:\a\diffeqpy\diffeqpy\.tox\py\Lib\site-packages\diffeqpy\setup.jl:1
┌ Debug: Importing DifferentialEquationsjl....
└ @ Main D:\a\diffeqpy\diffeqpy\.tox\py\Lib\site-packages\diffeqpy\setup.jl:28
┌ Error: Failed to import DifferentialEquations.jl
│   exception =
│    InitError: could not load library "C:\Users\runneradmin\.julia\artifacts\4ccc575631c856942ae91cbb8294de9b0a746c9d\bin\libsundials_sunlinsolklu.dll"
│    The specified module could not be found. 
│    Stacktrace:
│      [1] dlopen(s::String, flags::UInt32; throw_error::Bool)
│        @ Base.Libc.Libdl .\libdl.jl:117
│      [2] dlopen(s::String, flags::UInt32)
│        @ Base.Libc.Libdl .\libdl.jl:117
│      [3] macro expansion
│        @ C:\Users\runneradmin\.julia\packages\JLLWrappers\RYztT\src\products\library_generators.jl:54 [inlined]
│      [4] __init__()
│        @ Sundials_jll C:\Users\runneradmin\.julia\packages\Sundials_jll\rXn1i\src\wrappers\x86_64-w64-mingw32-libgfortran5.jl:93
│      [5] _include_from_serialized(path::String, depmods::Vector{Any})
│        @ Base .\loading.jl:768
│      [6] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
│        @ Base .\loading.jl:854
│      [7] _tryrequire_from_serialized(modkey::Base.PkgId, build_id::UInt64, modpath::String)
│        @ Base .\loading.jl:783
│      [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
│        @ Base .\loading.jl:843
│      [9] _require(pkg::Base.PkgId)
│        @ Base .\loading.jl:1097
│     [10] require(uuidkey::Base.PkgId)
│        @ Base .\loading.jl:1013
│     [11] require(into::Module, mod::Symbol)
│        @ Base .\loading.jl:997
│     [12] top-level scope
│        @ D:\a\diffeqpy\diffeqpy\.tox\py\Lib\site-packages\diffeqpy\setup.jl:30
│     [13] include(fname::String)
│        @ Base.MainInclude .\client.jl:451
│     [14] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
│        @ Base .\essentials.jl:716
│     [15] invokelatest(::Any, ::Any, ::Vararg{Any})
│        @ Base .\essentials.jl:714
│     [16] _pyjlwrap_call(f::Function, args_::Ptr{PyCall.PyObject_struct}, kw_::Ptr{PyCall.PyObject_struct})
│        @ PyCall C:\Users\runneradmin\.julia\packages\PyCall\L0fLP\src\callback.jl:28
│     [17] pyjlwrap_call(self_::Ptr{PyCall.PyObject_struct}, args_::Ptr{PyCall.PyObject_struct}, kw_::Ptr{PyCall.PyObject_struct})
│        @ PyCall C:\Users\runneradmin\.julia\packages\PyCall\L0fLP\src\callback.jl:44
│    during initialization of module Sundials_jll
└ @ Main D:\a\diffeqpy\diffeqpy\.tox\py\Lib\site-packages\diffeqpy\setup.jl:32

https://github.com/SciML/diffeqpy/runs/4797802818?check_suite_focus=true#step:5:464

@ChrisRackauckas ChrisRackauckas merged commit d374186 into master Jan 13, 2022
@ChrisRackauckas ChrisRackauckas deleted the actions branch January 13, 2022 02:41
@tkf
Copy link
Contributor

tkf commented Jan 13, 2022

@ChrisRackauckas I was about to say that maybe you want to remove my rant-y comments before merge 😆

@ChrisRackauckas
Copy link
Member Author

they add flavor.

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

Successfully merging this pull request may close these issues.

2 participants