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

can't install with unsatisfiable requirements detected #112

Closed
wooohoooo opened this issue Jun 18, 2020 · 2 comments
Closed

can't install with unsatisfiable requirements detected #112

wooohoooo opened this issue Jun 18, 2020 · 2 comments

Comments

@wooohoooo
Copy link

Hi, I'm new to Julia so the issue might be there, too. I installed Julia yesterday and wanted to try out some Bayesian stuff and found the package - looks great!
However, I couldn't install it and because Julia is fresh, both in my skills as well as on my Computer, I thought I'd ask. Stacktrace is below, I am using Ubunut 18.04 if that helps.

ERROR: Unsatisfiable requirements detected for package Stheno [8188c328]:
Stheno [8188c328] log:
├─possible versions are: [0.1.0-0.1.1, 0.2.0-0.2.1, 0.3.0-0.3.2, 0.4.0-0.4.2, 0.5.0, 0.6.0-0.6.4] or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions [0.1.0-0.1.1, 0.2.0-0.2.1, 0.3.0-0.3.2, 0.4.0-0.4.2, 0.5.0, 0.6.0-0.6.4]
├─restricted by julia compatibility requirements to versions: 0.1.0-0.1.1 or uninstalled, leaving only versions: 0.1.0-0.1.1
└─restricted by compatibility requirements with FillArrays [1a297f60] to versions: [0.2.0-0.2.1, 0.3.0-0.3.2, 0.4.1-0.4.2, 0.5.0, 0.6.0-0.6.4] or uninstalled — no versions left
└─FillArrays [1a297f60] log:
├─possible versions are: [0.2.0-0.2.1, 0.3.0, 0.4.0, 0.5.0, 0.6.0-0.6.4, 0.7.0-0.7.4, 0.8.0-0.8.10] or uninstalled
└─restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.8.0-0.8.10
└─Distributions [31c24e10] log:
├─possible versions are: [0.16.0-0.16.4, 0.17.0, 0.18.0, 0.19.1-0.19.2, 0.20.0, 0.21.0-0.21.3, 0.21.5-0.21.12, 0.22.0-0.22.6, 0.23.0-0.23.4] or uninstalled
└─restricted to versions 0.23.4 by an explicit requirement, leaving only versions 0.23.4
Stacktrace:
[1] #propagate_constraints!#61(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int32}) at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:1007
[2] propagate_constraints! at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:948 [inlined]
[3] #simplify_graph!#121(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int32}) at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:1462
[4] simplify_graph! at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:1462 [inlined] (repeats 2 times)
[5] resolve_versions!(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}, ::Nothing) at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:373
[6] resolve_versions! at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:316 [inlined]
[7] #add_or_develop#62(::Array{Base.UUID,1}, ::Symbol, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1201
[8] #add_or_develop at ./none:0 [inlined]
[9] #add_or_develop#15(::Symbol, ::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:69
[10] #add_or_develop at ./none:0 [inlined]
[11] #add_or_develop#14 at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:34 [inlined]
[12] #add_or_develop at ./none:0 [inlined]
[13] #add_or_develop#11 at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:33 [inlined]
[14] #add_or_develop at ./none:0 [inlined]
[15] #add_or_develop#10 at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:32 [inlined]
[16] #add_or_develop at ./none:0 [inlined]
[17] #add#20 at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:74 [inlined]
[18] add(::String) at /buildworker/worker/package_linux32/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:74
[19] top-level scope at none:0

@willtebbutt
Copy link
Member

willtebbutt commented Jun 18, 2020

Hiya, thanks for giving the package a go!

Could you provide the output of ] st and versioninfo()? These are usually the most helpful information for debugging compatibility issues.

@willtebbutt
Copy link
Member

Closing as this issue seems to have died. Please re-open is the problem persists.

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

2 participants