-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update for new version dependencies #161
Comments
Thanks a lot! I will look into this... |
I updated the dependencies, it should work now - maybe you can tell me if it also works for you? |
Thanks for your rapid fix, but it could not pass precompile. I attached the error report. Perhaps it is associated with the dependencies Symbolics and SymbolicUtils. in expression starting at stdin:3 ERROR: The following 3 direct dependencies failed to precompile: SymbolicUtils [d1185830-fcd6-423d-90d6-eec64667417b] Failed to precompile SymbolicUtils [d1185830-fcd6-423d-90d6-eec64667417b] to "~/.julia/compiled/v1.10/SymbolicUtils/jl_MMLMX3". |
Based on the latest document, add by: ]
add StructuralEquationModels It workds |
Ah, weird precompilation error... thanks for reporting. |
With one more word, I believe that the document in the stable version is not proper for installation, the dev version one works. julia> ]
pkg> add StructuralEquationModels This not worked on 10/Jan/2024 using Pkg
Pkg.add(url = "https://github.com/StructuralEquationModels/StructuralEquationModels.jl") |
ERROR: Unsatisfiable requirements detected for package PrettyTables [08abe8d2]:
PrettyTables [08abe8d2] log:
├─possible versions are: 0.1.0-2.3.1 or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions: 0.1.0-2.3.1
├─restricted by compatibility requirements with StructuralEquationModels [383ca8c5] to versions: 1.0.0-1.3.1
│ └─StructuralEquationModels [383ca8c5] log:
│ ├─possible versions are: 0.1.0-0.2.1 or uninstalled
│ └─restricted to versions * by an explicit requirement, leaving only versions: 0.1.0-0.2.1
└─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 2.1.0-2.3.1 — no versions left
└─DataFrames [a93c6f00] log:
├─possible versions are: 0.11.7-1.6.1 or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions: 0.11.7-1.6.1
├─restricted by compatibility requirements with StructuralEquationModels [383ca8c5] to versions: 1.0.0-1.6.1
│ └─StructuralEquationModels [383ca8c5] log: see above
└─restricted by compatibility requirements with TidierData [fe2206b3] to versions: 1.5.0-1.6.1
└─TidierData [fe2206b3] log:
├─possible versions are: 0.8.0-0.14.4 or uninstalled
└─restricted to versions * by an explicit requirement, leaving only versions: 0.8.0-0.14.4
Stacktrace:
[1] propagate_constraints!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; log_events::Bool)
@ Pkg.Resolve /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1072
[2] propagate_constraints! (repeats 2 times)
@ Pkg.Resolve /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1008 [inlined]
[3] simplify_graph!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; clean_graph::Bool)
@ Pkg.Resolve /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1533
[4] simplify_graph! (repeats 2 times)
@ Pkg.Resolve /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1532 [inlined]
[5] resolve_versions!(env::Pkg.Types.EnvCache, registries::Vector{…}, pkgs::Vector{…}, julia_version::VersionNumber, installed_only::Bool)
@ Pkg.Operations /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:407
[6] targeted_resolve(env::Pkg.Types.EnvCache, registries::Vector{…}, pkgs::Vector{…}, preserve::Pkg.Types.PreserveLevel, julia_version::VersionNumber)
@ Pkg.Operations /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1360
[7] tiered_resolve(env::Pkg.Types.EnvCache, registries::Vector{…}, pkgs::Vector{…}, julia_version::VersionNumber, try_all_installed::Bool)
@ Pkg.Operations /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1349
[8] _resolve(io::Base.TTY, env::Pkg.Types.EnvCache, registries::Vector{…}, pkgs::Vector{…}, preserve::Pkg.Types.PreserveLevel, julia_version::VersionNumber)
@ Pkg.Operations /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1370
[9] add(ctx::Pkg.Types.Context, pkgs::Vector{…}, new_git::Set{…}; preserve::Pkg.Types.PreserveLevel, platform::Base.BinaryPlatforms.Platform)
@ Pkg.Operations /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1387
[10] add
@ Pkg.Operations /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1376 [inlined]
[11] add(ctx::Pkg.Types.Context, pkgs::Vector{…}; preserve::Pkg.Types.PreserveLevel, platform::Base.BinaryPlatforms.Platform, kwargs::@kwargs{…})
@ Pkg.API /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:278
[12] add(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::@kwargs{})
@ Pkg.API /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159
[13] add(pkgs::Vector{Pkg.Types.PackageSpec})
@ Pkg.API /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:148
[14] add
@ Pkg.API /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined]
[15] add(pkg::String)
@ Pkg.API /Applications/Julia-1.10.0.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146
[16] top-level scope
@ REPL[19]:1
The text was updated successfully, but these errors were encountered: