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

ERROR: Unsatisfiable requirements detected for package ModelReduction [d4b734c2] #26

Open
TeroFrondelius opened this issue Sep 25, 2018 · 2 comments

Comments

@TeroFrondelius
Copy link
Member

(v1.0) pkg> update
  Updating registry at `C:\Users\tfr004\.julia\registries\General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
  Updating git-repo `https://github.com/JuliaPackaging/BinaryBuilder.jl.git`
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package ModelReduction [d4b734c2]:
 ModelReduction [d4b734c2] log:
 ├─possible versions are: [0.0.1-0.0.2, 0.1.1] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.2, 0.1.1]
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

(v1.0) pkg>
@ahojukka5
Copy link
Member

Maybe @maikkirapo could make this package compatible with the newest Julia and JuliaFEM?

@ahmadyusufismail
Copy link

Same goes here:

julia> using ModelReduction
[ Info: Precompiling ModelReduction [a1ff5d09-db41-5876-9731-0e7cc91802f2]
ERROR: LoadError: ArgumentError: Package FEMBase does not have TimerOutputs in its dependencies:

  • If you have FEMBase checked out for development and have
    added TimerOutputs as a dependency but haven't updated your primary
    environment's manifest file, try Pkg.resolve().
  • Otherwise you may need to report an issue with FEMBase
    Stacktrace:
    [1] require(::Module, ::Symbol) at .\loading.jl:836
    [2] include at .\boot.jl:317 [inlined]
    [3] include_relative(::Module, ::String) at .\loading.jl:1044
    [4] include(::Module, ::String) at .\sysimg.jl:29
    [5] top-level scope at none:2
    [6] eval at .\boot.jl:319 [inlined]
    [7] eval(::Expr) at .\client.jl:393
    [8] top-level scope at .\none:3
    in expression starting at C:\Users\user.julia\packages\FEMBase\1R4fe\src\FEMBase.jl:16
    ERROR: LoadError: Failed to precompile FEMBase [fbcbbc08-f1bf-5204-9233-b69f5d396135] to C:\Users\user.julia\compiled\v1.0\FEMBase\6HUoq.ji.
    Stacktrace:
    [1] error(::String) at .\error.jl:33
    [2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1203
    [3] _require(::Base.PkgId) at .\loading.jl:960
    [4] require(::Base.PkgId) at .\loading.jl:858
    [5] require(::Module, ::Symbol) at .\loading.jl:853
    [6] include at .\boot.jl:317 [inlined]
    [7] include_relative(::Module, ::String) at .\loading.jl:1044
    [8] include(::Module, ::String) at .\sysimg.jl:29
    [9] top-level scope at none:2
    [10] eval at .\boot.jl:319 [inlined]
    [11] eval(::Expr) at .\client.jl:393
    [12] top-level scope at .\none:3
    in expression starting at C:\Users\user.julia\packages\ModelReduction\kXNRY\src\ModelReduction.jl:7
    ERROR: Failed to precompile ModelReduction [a1ff5d09-db41-5876-9731-0e7cc91802f2] to C:\Users\user.julia\compiled\v1.0\ModelReduction\zUbbr.ji.
    Stacktrace:
    [1] error(::String) at .\error.jl:33
    [2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1203
    [3] _require(::Base.PkgId) at .\loading.jl:960
    [4] require(::Base.PkgId) at .\loading.jl:858
    [5] require(::Module, ::Symbol) at .\loading.jl:853

Happens in both v0.5 and v1.3.1

please help

thanks

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

3 participants