installation issues with Distributions and StatsKit

Issue #34 resolved
Daniel Trugman created an issue

Hi, thanks for publishing this code! Looking forward to using it.

When I try to install, I am running into the following problem with compatibility. Any advice?

(@v1.5) pkg> add https://bitbucket.org/clhaley/Multitaper.jl.git
Updating git-repo <https://bitbucket.org/clhaley/Multitaper.jl.git>
Updating registry at ~/.julia/registries/General
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Distributions [31c24e10]:
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.12, 0.24.0-0.24.15] or uninstalled
├─restricted to versions 0.24 by Multitaper [a81958ac], leaving only versions 0.24.0-0.24.15
│ └─Multitaper [a81958ac] log:
│ ├─possible versions are: 0.1.0 or uninstalled
│ └─Multitaper [a81958ac] is fixed to version 0.1.0
└─restricted by compatibility requirements with StatsKit [2cb19f9e] to versions: [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.12] — no versions left
└─StatsKit [2cb19f9e] log:
├─possible versions are: 0.3.0 or uninstalled
└─restricted to versions * by an explicit requirement, leaving only versions 0.3.0

I am using julia version 1.5.2. Both Distributions and StatsKit appear to be updated.

Thanks!

Comments (4)

  1. Charlotte Haley repo owner

    Thank you for this helpful message. I believe this commit addresses this problem. I was not able to replicate your error message, but I believe the problem is with the [compat] section of my Project.toml file, which I have edited.

  2. Log in to comment