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

JuliaDB add fails #384

Open
NittanyLion opened this issue Mar 7, 2021 · 2 comments
Open

JuliaDB add fails #384

NittanyLion opened this issue Mar 7, 2021 · 2 comments

Comments

@NittanyLion
Copy link

Not sure if this is related with #374 . Either way, this should be fixed.

(@v1.5) pkg> add JuliaDB
   Updating registry at `~/.julia/registries/General`
   Updating git-repo `https://github.com/JuliaRegistries/General.git`
  Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Plots [91a5bcdd]:
 Plots [91a5bcdd] log:
 ├─possible versions are: [0.12.1-0.12.4, 0.13.0-0.13.1, 0.14.0-0.14.2, 0.15.0-0.15.1, 0.16.0, 0.17.0-0.17.4, 0.18.0, 0.19.0-0.19.3, 0.20.0-0.20.6, 0.21.0, 0.22.0-0.22.5, 0.23.0-0.23.2, 0.24.0, 0.25.0-0.25.3, 0.26.0-0.26.3, 0.27.0-0.27.1, 0.28.0-0.28.4, 0.29.0-0.29.9, 1.0.0-1.0.14, 1.1.0-1.1.4, 1.2.0-1.2.6, 1.3.0-1.3.7, 1.4.0-1.4.4, 1.5.0-1.5.9, 1.6.0-1.6.12, 1.7.0-1.7.3, 1.8.0-1.8.1, 1.9.0-1.9.1, 1.10.0-1.10.6] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.12.1-0.12.4, 0.13.0-0.13.1, 0.14.0-0.14.2, 0.15.0-0.15.1, 0.16.0, 0.17.0-0.17.4, 0.18.0, 0.19.0-0.19.3, 0.20.0-0.20.6, 0.21.0, 0.22.0-0.22.5, 0.23.0-0.23.2, 0.24.0, 0.25.0-0.25.3, 0.26.0-0.26.3, 0.27.0-0.27.1, 0.28.0-0.28.4, 0.29.0-0.29.9, 1.0.0-1.0.14, 1.1.0-1.1.4, 1.2.0-1.2.6, 1.3.0-1.3.7, 1.4.0-1.4.4, 1.5.0-1.5.9, 1.6.0-1.6.12, 1.7.0-1.7.3, 1.8.0-1.8.1, 1.9.0-1.9.1, 1.10.0-1.10.6]
 ├─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: [0.21.0, 0.22.0-0.22.5, 0.23.0-0.23.2, 0.24.0, 0.25.0-0.25.3, 0.26.0-0.26.3, 0.27.0-0.27.1, 0.28.0-0.28.4, 0.29.0-0.29.9, 1.0.0-1.0.14, 1.1.0-1.1.4, 1.2.0-1.2.6, 1.3.0-1.3.7, 1.4.0-1.4.4, 1.5.0-1.5.9, 1.6.0-1.6.12, 1.7.0-1.7.3, 1.8.0-1.8.1, 1.9.0-1.9.1, 1.10.0-1.10.6] or uninstalled, leaving only versions: [0.21.0, 0.22.0-0.22.5, 0.23.0-0.23.2, 0.24.0, 0.25.0-0.25.3, 0.26.0-0.26.3, 0.27.0-0.27.1, 0.28.0-0.28.4, 0.29.0-0.29.9, 1.0.0-1.0.14, 1.1.0-1.1.4, 1.2.0-1.2.6, 1.3.0-1.3.7, 1.4.0-1.4.4, 1.5.0-1.5.9, 1.6.0-1.6.12, 1.7.0-1.7.3, 1.8.0-1.8.1, 1.9.0-1.9.1, 1.10.0-1.10.6]
 │ └─StaticArrays [90137ffa] log:
 │   ├─possible versions are: [0.8.0-0.8.3, 0.9.0-0.9.2, 0.10.0, 0.10.2-0.10.3, 0.11.0-0.11.1, 0.12.0-0.12.5, 1.0.0-1.0.1] or uninstalled
 │   ├─restricted by compatibility requirements with KernelAbstractions [63c18a36] to versions: [0.12.0-0.12.5, 1.0.0-1.0.1]
 │   │ └─KernelAbstractions [63c18a36] log:
 │   │   ├─possible versions are: [0.1.0-0.1.6, 0.2.0-0.2.6, 0.3.0-0.3.3, 0.4.0-0.4.6, 0.5.0-0.5.3] or uninstalled
 │   │   ├─restricted to versions * by an explicit requirement, leaving only versions [0.1.0-0.1.6, 0.2.0-0.2.6, 0.3.0-0.3.3, 0.4.0-0.4.6, 0.5.0-0.5.3]
 │   │   └─restricted by compatibility requirements with Adapt [79e6a3ab] to versions: [0.3.0-0.3.3, 0.4.0-0.4.6, 0.5.0-0.5.3] or uninstalled, leaving only versions: [0.3.0-0.3.3, 0.4.0-0.4.6, 0.5.0-0.5.3]
 │   │     └─Adapt [79e6a3ab] log:
 │   │       ├─possible versions are: [0.3.0-0.3.1, 0.4.0-0.4.2, 1.0.0-1.0.1, 1.1.0, 2.0.0-2.0.2, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 3.0.0, 3.1.0-3.1.1, 3.2.0] or uninstalled
 │   │       └─restricted by compatibility requirements with CUDA [052768ef] to versions: [2.0.0-2.0.2, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 3.0.0, 3.1.0-3.1.1, 3.2.0]
 │   │         └─CUDA [052768ef] log:
 │   │           ├─possible versions are: [0.1.0, 1.0.0-1.0.2, 1.1.0, 1.2.0-1.2.1, 1.3.0-1.3.3, 2.0.0-2.0.2, 2.1.0, 2.2.0-2.2.1, 2.3.0, 2.4.0-2.4.1, 2.5.0, 2.6.0-2.6.1] or uninstalled
 │   │           ├─restricted to versions * by an explicit requirement, leaving only versions [0.1.0, 1.0.0-1.0.2, 1.1.0, 1.2.0-1.2.1, 1.3.0-1.3.3, 2.0.0-2.0.2, 2.1.0, 2.2.0-2.2.1, 2.3.0, 2.4.0-2.4.1, 2.5.0, 2.6.0-2.6.1]
 │   │           └─restricted by julia compatibility requirements to versions: [1.0.0-1.0.2, 1.1.0, 1.2.0-1.2.1, 1.3.0-1.3.3, 2.0.0-2.0.2, 2.1.0, 2.2.0-2.2.1, 2.3.0, 2.4.0-2.4.1] or uninstalled, leaving only versions: [1.0.0-1.0.2, 1.1.0, 1.2.0-1.2.1, 1.3.0-1.3.3, 2.0.0-2.0.2, 2.1.0, 2.2.0-2.2.1, 2.3.0, 2.4.0-2.4.1]
 │   └─restricted by compatibility requirements with Images [916415d5] to versions: [0.8.0-0.8.3, 0.9.0-0.9.2, 0.10.0, 0.10.2-0.10.3, 0.11.0-0.11.1, 0.12.0-0.12.5], leaving only versions: 0.12.0-0.12.5
 │     └─Images [916415d5] log:
 │       ├─possible versions are: [0.17.3, 0.18.0, 0.19.0-0.19.3, 0.20.0-0.20.2, 0.21.0-0.21.1, 0.22.0-0.22.5, 0.23.0-0.23.3] or uninstalled
 │       └─restricted by compatibility requirements with PlotShapefiles [297584a0] to versions: 0.22.0-0.22.5
 │         └─PlotShapefiles [297584a0] log:
 │           ├─possible versions are: [0.1.0, 0.2.0, 0.2.2] or uninstalled
 │           └─restricted to versions * by an explicit requirement, leaving only versions [0.1.0, 0.2.0, 0.2.2]
 ├─restricted by compatibility requirements with FixedPointNumbers [53c48c17] to versions: [0.29.0-0.29.9, 1.0.0-1.0.14, 1.1.0-1.1.4, 1.2.0-1.2.6, 1.3.0-1.3.7, 1.4.0-1.4.4, 1.5.0-1.5.9, 1.6.0-1.6.12, 1.7.0-1.7.3, 1.8.0-1.8.1, 1.9.0-1.9.1, 1.10.0-1.10.6] or uninstalled, leaving only versions: [0.29.0-0.29.9, 1.0.0-1.0.14, 1.1.0-1.1.4, 1.2.0-1.2.6, 1.3.0-1.3.7, 1.4.0-1.4.4, 1.5.0-1.5.9, 1.6.0-1.6.12, 1.7.0-1.7.3, 1.8.0-1.8.1, 1.9.0-1.9.1, 1.10.0-1.10.6]
 │ └─FixedPointNumbers [53c48c17] log:
 │   ├─possible versions are: [0.5.0-0.5.3, 0.6.0-0.6.1, 0.7.0-0.7.1, 0.8.0-0.8.4] or uninstalled
 │   └─restricted by compatibility requirements with PlotShapefiles [297584a0] to versions: [0.7.1, 0.8.0-0.8.4]
 │     └─PlotShapefiles [297584a0] log: see above
 └─restricted by compatibility requirements with RecipesBase [3cdcf5f2] to versions: [0.12.1-0.12.4, 0.13.0-0.13.1, 0.14.0-0.14.2, 0.15.0-0.15.1, 0.16.0, 0.17.0-0.17.4, 0.18.0, 0.19.0-0.19.3, 0.20.0-0.20.6, 0.21.0, 0.22.0-0.22.5, 0.23.0-0.23.2, 0.24.0, 0.25.0-0.25.3, 0.26.0-0.26.3, 0.27.0-0.27.1, 0.28.0-0.28.4] or uninstalled — no versions left
   └─RecipesBase [3cdcf5f2] log:
     ├─possible versions are: [0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 1.0.0-1.0.2, 1.1.0-1.1.1] or uninstalled
     ├─restricted by compatibility requirements with GeoInterface [cf35fbd7] to versions: [0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 1.0.0-1.0.2, 1.1.0-1.1.1]
     │ └─GeoInterface [cf35fbd7] log:
     │   ├─possible versions are: [0.4.0-0.4.1, 0.5.0-0.5.4] or uninstalled
     │   └─restricted to versions * by an explicit requirement, leaving only versions [0.4.0-0.4.1, 0.5.0-0.5.4]
     └─restricted by compatibility requirements with JuliaDB [a93385a2] to versions: [0.4.0, 0.5.0, 0.6.0, 0.7.0]
       └─JuliaDB [a93385a2] log:
         ├─possible versions are: [0.9.0, 0.10.0, 0.11.0-0.11.2, 0.12.0, 0.13.0-0.13.1] or uninstalled
         ├─restricted to versions * by an explicit requirement, leaving only versions [0.9.0, 0.10.0, 0.11.0-0.11.2, 0.12.0, 0.13.0-0.13.1]
         └─restricted by compatibility requirements with WeakRefStrings [ea10d353] to versions: 0.13.0-0.13.1 or uninstalled, leaving only versions: 0.13.0-0.13.1
           └─WeakRefStrings [ea10d353] log:
             ├─possible versions are: [0.5.1-0.5.8, 0.6.0-0.6.2] or uninstalled
             ├─restricted by compatibility requirements with JuliaDB [a93385a2] to versions: [0.5.1-0.5.8, 0.6.0-0.6.2]
             │ └─JuliaDB [a93385a2] log: see above
             └─restricted by compatibility requirements with DBFTables [75c7ada1] to versions: 0.6.0-0.6.2
               └─DBFTables [75c7ada1] log:
                 ├─possible versions are: [0.1.0-0.1.1, 0.2.0-0.2.2] or uninstalled
                 └─restricted by compatibility requirements with Shapefile [8e980c4a] to versions: 0.2.0-0.2.2
                   └─Shapefile [8e980c4a] log:
                     ├─possible versions are: [0.4.0, 0.5.0, 0.6.0-0.6.3, 0.7.0] or uninstalled
                     ├─restricted to versions * by an explicit requirement, leaving only versions [0.4.0, 0.5.0, 0.6.0-0.6.3, 0.7.0]
                     ├─restricted by compatibility requirements with PlotShapefiles [297584a0] to versions: 0.6.2-0.6.3
                     │ └─PlotShapefiles [297584a0] log: see above
                     └─restricted by compatibility requirements with RecipesBase [3cdcf5f2] to versions: [0.4.0, 0.5.0, 0.6.0-0.6.2] or uninstalled, leaving only versions: 0.6.2
                       └─RecipesBase [3cdcf5f2] log: see above
@XinyuWuu
Copy link

#389

@XinyuWuu
Copy link

(@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants