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

Unsatisfiable requirements detected for package EllipsisNotation #16

Closed
nmatzke opened this issue Apr 15, 2019 · 1 comment
Closed

Unsatisfiable requirements detected for package EllipsisNotation #16

nmatzke opened this issue Apr 15, 2019 · 1 comment

Comments

@nmatzke
Copy link

nmatzke commented Apr 15, 2019

I think a recent change to EllipsisNotation broke some other installs? E.g., on Julia 1.1.0, where I had installed SpecialMatrices successfully before, I now get:

using Pkg

Pkg.add(Pkg.PackageSpec(url = "https://github.com/JuliaMatrices/SpecialMatrices.jl"))
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
  Updating git-repo `https://github.com/JuliaMatrices/SpecialMatrices.jl`
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package EllipsisNotation [da5c29d0]:
 EllipsisNotation [da5c29d0] log:
 ├─possible versions are: [0.0.1-0.0.2, 0.1.0, 0.2.0-0.2.2, 0.3.0, 0.4.0] or uninstalled
 ├─restricted to versions 0.3.0 by an explicit requirement, leaving only versions 0.3.0
 └─restricted by julia compatibility requirements to versions: 0.4.0 or uninstalled — no versions left
@nmatzke
Copy link
Author

nmatzke commented Apr 15, 2019

Actually, nevermind, if I re-install EllipsisNotation it works now:

Pkg.add(Pkg.PackageSpec(url = "https://github.com/ChrisRackauckas/EllipsisNotation.jl"))
Pkg.add(Pkg.PackageSpec(url = "https://github.com/JuliaMatrices/SpecialMatrices.jl"))

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