Skip to content

DifferentialEquations package #131

@TugbaAkmanTR

Description

@TugbaAkmanTR

Hello,

I'm using DifferentialEquations package in my code. When I run the line "using DifferentialEquations", I got the folowing error. It was working very well on 29th Aril, but it has not been working since 30th April. I have tried deleting and reloading the DifferentialEquations package. What should I do to run my code?

Thank you.
Best regards.

in expression starting at C:\Users\Asus.julia\packages\SteadyStateDiffEq\KVNLU\src\SteadyStateDiffEq.jl:1
in expression starting at stdin:3
ERROR: LoadError: Failed to precompile SteadyStateDiffEq [9672c7b4-1e72-59bd-8a11-6ac3964bc41f] to "C:\Users\Asus\.julia\compiled\v1.10\SteadyStateDiffEq\jl_B8AF.tmp".
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
@ Base .\loading.jl:2468
[3] compilecache
@ .\loading.jl:2340 [inlined]
[4] (::Base.var"#968#969"{Base.PkgId})()
@ Base .\loading.jl:1974
[5] mkpidlock(f::Base.var"#968#969"{Base.PkgId}, at::String, pid::Int32; kwopts::@kwargs{stale_age::Int64, wait::Bool})
@ FileWatching.Pidfile C:\Users\Asus\AppData\Local\Programs\Julia-1.10.5\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:93
[6] #mkpidlock#6
@ C:\Users\Asus\AppData\Local\Programs\Julia-1.10.5\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:88 [inlined]
[7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@kwargs{stale_age::Int64})
@ FileWatching.Pidfile C:\Users\Asus\AppData\Local\Programs\Julia-1.10.5\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:111
[8] #invokelatest#2
@ .\essentials.jl:894 [inlined]
[9] invokelatest
@ .\essentials.jl:889 [inlined]
[10] maybe_cachefile_lock(f::Base.var"#968#969"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base .\loading.jl:2983
[11] maybe_cachefile_lock
@ .\loading.jl:2980 [inlined]
[12] _require(pkg::Base.PkgId, env::String)
@ Base .\loading.jl:1970
[13] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base .\loading.jl:1812
[14] #invoke_in_world#3
@ .\essentials.jl:926 [inlined]
[15] invoke_in_world
@ .\essentials.jl:923 [inlined]
[16] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base .\loading.jl:1803
[17] macro expansion
@ .\loading.jl:1790 [inlined]
[18] macro expansion
@ .\lock.jl:267 [inlined]
[19] __require(into::Module, mod::Symbol)
@ Base .\loading.jl:1753
[20] #invoke_in_world#3
@ .\essentials.jl:926 [inlined]
[21] invoke_in_world
@ .\essentials.jl:923 [inlined]
[22] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1746
[23] include
@ .\Base.jl:495 [inlined]
[24] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
@ Base .\loading.jl:2222
[25] top-level scope
@ stdin:3
in expression starting at C:\Users\Asus.julia\packages\DifferentialEquations\eQbP8\src\DifferentialEquations.jl:1
in expression starting at stdin:3
Stacktrace:
[1] pkgerror(msg::String)
@ Pkg.Types C:\Users\Asus\AppData\Local\Programs\Julia-1.10.5\share\julia\stdlib\v1.10\Pkg\src\Types.jl:70
[2] precompile(ctx::Pkg.Types.Context, pkgs::Vector{…}; internal_call::Bool, strict::Bool, warn_loaded::Bool, already_instantiated::Bool, timing::Bool, _from_loading::Bool, kwargs::@kwargs{…})
@ Pkg.API C:\Users\Asus\AppData\Local\Programs\Julia-1.10.5\share\julia\stdlib\v1.10\Pkg\src\API.jl:1700
[3] precompile(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::@kwargs{_from_loading::Bool})
@ Pkg.API C:\Users\Asus\AppData\Local\Programs\Julia-1.10.5\share\julia\stdlib\v1.10\Pkg\src\API.jl:159
[4] precompile
@ C:\Users\Asus\AppData\Local\Programs\Julia-1.10.5\share\julia\stdlib\v1.10\Pkg\src\API.jl:147 [inlined]
[5] #precompile#114
@ C:\Users\Asus\AppData\Local\Programs\Julia-1.10.5\share\julia\stdlib\v1.10\Pkg\src\API.jl:146 [inlined]
[6] #invokelatest#2
@ .\essentials.jl:894 [inlined]
[7] invokelatest
@ .\essentials.jl:889 [inlined]
[8] _require(pkg::Base.PkgId, env::String)
@ Base .\loading.jl:1963
[9] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base .\loading.jl:1812
[10] #invoke_in_world#3
@ .\essentials.jl:926 [inlined]
[11] invoke_in_world
@ .\essentials.jl:923 [inlined]
[12] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base .\loading.jl:1803
[13] macro expansion
@ .\loading.jl:1790 [inlined]
[14] macro expansion
@ .\lock.jl:267 [inlined]
[15] __require(into::Module, mod::Symbol)
@ Base .\loading.jl:1753
[16] #invoke_in_world#3
@ .\essentials.jl:926 [inlined]
[17] invoke_in_world
@ .\essentials.jl:923 [inlined]
[18] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1746
Some type information was truncated. Use show(err) to see complete types.

If you need help or have a general question, the primary online discussion venue for Julia is the Discourse forum.
Here, we only answer questions about internal design and implementation.

A clear and concise description of what the bug is.

Expected behavior

A clear and concise description of what you expected to happen.

Minimal Reproducible Example 👇

Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.

Error & Stacktrace ⚠️

Environment (please complete the following information):

  • Output of using Pkg; Pkg.status()
  • Output of using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
  • Output of versioninfo()

Additional context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions