-
Notifications
You must be signed in to change notification settings - Fork 62
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
JuliaDB add fails #384
Comments
(@v1.6) pkg> add JuliaDB
Updating registry at `~/.julia/registries/General`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package StatsBase [2913bbd2]:
StatsBase [2913bbd2] log:
├─possible versions are: 0.24.0-0.33.9 or uninstalled
├─restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.32.0-0.33.9
│ └─Distributions [31c24e10] log:
│ ├─possible versions are: 0.16.0-0.25.11 or uninstalled
│ ├─restricted to versions * by an explicit requirement, leaving only versions 0.16.0-0.25.11
│ ├─restricted by compatibility requirements with NeuralPDE [315f7962] to versions: 0.23.0-0.25.11
│ │ └─NeuralPDE [315f7962] log:
│ │ ├─possible versions are: 2.0.0-3.15.0 or uninstalled
│ │ ├─restricted to versions * by an explicit requirement, leaving only versions 2.0.0-3.15.0
│ │ ├─restricted by compatibility requirements with CUDA [052768ef] to versions: [2.0.0, 2.4.0-3.15.0] or uninstalled, leaving only versions: [2.0.0, 2.4.0-3.15.0]
│ │ │ └─CUDA [052768ef] log:
│ │ │ ├─possible versions are: 0.1.0-3.4.0 or uninstalled
│ │ │ ├─restricted to versions * by an explicit requirement, leaving only versions 0.1.0-3.4.0
│ │ │ └─restricted by julia compatibility requirements to versions: [2.3.0, 2.5.0-3.4.0] or uninstalled, leaving only versions: [2.3.0, 2.5.0-3.4.0]
│ │ └─restricted by compatibility requirements with CuArrays [3a865a2d] to versions: 2.1.0-3.15.0 or uninstalled, leaving only versions: 2.4.0-3.15.0
│ │ └─CuArrays [3a865a2d] log:
│ │ ├─possible versions are: 0.2.1-2.2.2 or uninstalled
│ │ └─restricted by julia compatibility requirements to versions: uninstalled
│ └─restricted by compatibility requirements with Gadfly [c91e804a] to versions: 0.16.0-0.24.18, leaving only versions: 0.23.0-0.24.18
│ └─Gadfly [c91e804a] log:
│ ├─possible versions are: 0.8.0-1.3.3 or uninstalled
│ ├─restricted to versions * by an explicit requirement, leaving only versions 0.8.0-1.3.3
│ └─restricted by compatibility requirements with Distributions [31c24e10] to versions: 1.2.1-1.3.3 or uninstalled, leaving only versions: 1.2.1-1.3.3
│ └─Distributions [31c24e10] log: see above
├─restricted by compatibility requirements with JuliaDB [a93385a2] to versions: 0.24.0-0.32.2, leaving only versions: 0.32.0-0.32.2
│ └─JuliaDB [a93385a2] log:
│ ├─possible versions are: 0.9.0-0.13.1 or uninstalled
│ └─restricted to versions * by an explicit requirement, leaving only versions 0.9.0-0.13.1
└─restricted by compatibility requirements with Flux [587475ba] to versions: 0.33.0-0.33.9 — no versions left
└─Flux [587475ba] log:
├─possible versions are: 0.4.1-0.12.6 or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions 0.4.1-0.12.6
├─restricted by compatibility requirements with NeuralPDE [315f7962] to versions: 0.10.1-0.12.6
│ └─NeuralPDE [315f7962] log: see above
├─restricted by compatibility requirements with CUDA [052768ef] to versions: [0.4.1-0.10.4, 0.11.2-0.12.6] or uninstalled, leaving only versions: [0.10.1-0.10.4, 0.11.2-0.12.6]
│ └─CUDA [052768ef] log: see above
└─restricted by compatibility requirements with Adapt [79e6a3ab] to versions: 0.11.0-0.12.6 or uninstalled, leaving only versions: 0.11.2-0.12.6
└─Adapt [79e6a3ab] log:
├─possible versions are: 0.3.0-3.3.1 or uninstalled
├─restricted by compatibility requirements with NeuralPDE [315f7962] to versions: 1.0.0-3.3.1
│ └─NeuralPDE [315f7962] log: see above
└─restricted by compatibility requirements with CUDA [052768ef] to versions: 2.2.0-3.3.1
└─CUDA [052768ef] log: see above |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this is related with #374 . Either way, this should be fixed.
The text was updated successfully, but these errors were encountered: