codedthinking / Kezdi.jl

Julia package for data manipulation and analysis
https://codedthinking.github.io/Kezdi.jl/
Other
48 stars 3 forks source link

I can't update to version 0.4 from 0.3 in macos #144

Open martinneubrandt opened 3 months ago

martinneubrandt commented 3 months ago

Error message:

   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package CoupledFields [7ad07ef1]:
 CoupledFields [7ad07ef1] log:
 ├─possible versions are: 0.1.0-0.3.0 or uninstalled
 ├─restricted by compatibility requirements with Gadfly [c91e804a] to versions: 0.1.0-0.2.0
 │ └─Gadfly [c91e804a] log:
 │   ├─possible versions are: 0.8.0-1.4.0 or uninstalled
 │   └─restricted to versions * by an explicit requirement, leaving only versions: 0.8.0-1.4.0
 └─restricted by compatibility requirements with StatsBase [2913bbd2] to versions: 0.3.0 or uninstalled — no versions left
   └─StatsBase [2913bbd2] log:
     ├─possible versions are: 0.24.0-0.34.3 or uninstalled
     └─restricted by compatibility requirements with Kezdi [48308a23] to versions: 0.34.0-0.34.3
       └─Kezdi [48308a23] log:
         ├─possible versions are: 0.4.3 or uninstalled
         └─restricted to versions * by an explicit requirement, leaving only versions: 0.4.3
korenmiklos commented 3 months ago

Can you try removing Kezdi.jl first?

using Pkg; Pkg.rm("Kezdi")

korenmiklos commented 3 months ago

Then add it from General:

using Pkg; Pkg.add("Kezdi")

martinneubrandt commented 3 months ago

Similar error message:

julia> using Pkg; Pkg.rm("Kezdi")
    Updating `~/.julia/environments/v1.10/Project.toml`
  [48308a23] - Kezdi v0.3.0 `https://github.com/codedthinking/Kezdi.jl#0.4-rc`
    Updating `~/.julia/environments/v1.10/Manifest.toml`
  [fa961155] - CEnum v0.5.0
  [861a8166] - Combinatorics v1.0.2
  [187b0558] - ConstructionBase v1.5.5
  [8bb1440f] - DelimitedFiles v1.9.1
  [6b7a57c9] - Expronicon v0.10.10
  [9d5cd8c9] - FixedEffectModels v1.11.0
  [c8885935] - FixedEffects v2.4.0
  [da1fdf0e] - FreqTables v0.4.6
  [6407cd72] - GroupedArrays v0.3.3
  [48308a23] - Kezdi v0.3.0 `https://github.com/codedthinking/Kezdi.jl#0.4-rc`
  [d8e11817] - MLStyle v0.4.17
  [dbb5928d] - MappedArrays v0.4.2
  [86f7a689] - NamedArrays v0.10.2
  [52522f7a] - ReadStatTables v0.3.1
  [1277b4bf] - ShiftedArrays v2.0.0
  [3eaba693] - StatsModels v0.7.3
  [09ab397b] - StructArrays v0.6.18
  [ec2bfdc2] - Vcov v0.8.1
  [94ce4f54] - Libiconv_jll v1.17.0+0
  [a4dc8951] - ReadStat_jll v1.1.9+0
        Info We haven't cleaned this depot up for a bit, running Pkg.gc()...
      Active manifest files: 3 found
      Active artifact files: 11 found
      Active scratchspaces: 5 found
     Deleted no artifacts, repos, packages or scratchspaces

julia> using Pkg; Pkg.add("Kezdi")
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package CoupledFields [7ad07ef1]:
 CoupledFields [7ad07ef1] log:
 ├─possible versions are: 0.1.0-0.3.0 or uninstalled
 ├─restricted by compatibility requirements with Gadfly [c91e804a] to versions: 0.1.0-0.2.0
 │ └─Gadfly [c91e804a] log:
 │   ├─possible versions are: 0.8.0-1.4.0 or uninstalled
 │   └─restricted to versions * by an explicit requirement, leaving only versions: 0.8.0-1.4.0
 └─restricted by compatibility requirements with StatsBase [2913bbd2] to versions: 0.3.0 or uninstalled — no versions left
   └─StatsBase [2913bbd2] log:
     ├─possible versions are: 0.24.0-0.34.3 or uninstalled
     └─restricted by compatibility requirements with Kezdi [48308a23] to versions: 0.34.0-0.34.3
       └─Kezdi [48308a23] log:
         ├─possible versions are: 0.4.3 or uninstalled
         └─restricted to versions * by an explicit requirement, leaving only versions: 0.4.3
Stacktrace:
  [1] propagate_constraints!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; log_events::Bool)
    @ Pkg.Resolve ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1072
  [2] propagate_constraints! (repeats 2 times)
    @ ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1008 [inlined]
  [3] simplify_graph!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; clean_graph::Bool)
    @ Pkg.Resolve ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1533
  [4] simplify_graph! (repeats 2 times)
    @ ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1532 [inlined]
  [5] resolve_versions!(env::Pkg.Types.EnvCache, registries::Vector{…}, pkgs::Vector{…}, julia_version::VersionNumber, installed_only::Bool)
    @ Pkg.Operations ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:408
  [6] targeted_resolve(env::Pkg.Types.EnvCache, registries::Vector{…}, pkgs::Vector{…}, preserve::Pkg.Types.PreserveLevel, julia_version::VersionNumber)
    @ Pkg.Operations ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1361
  [7] tiered_resolve(env::Pkg.Types.EnvCache, registries::Vector{…}, pkgs::Vector{…}, julia_version::VersionNumber, try_all_installed::Bool)
    @ Pkg.Operations ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1350
  [8] _resolve(io::Base.TTY, env::Pkg.Types.EnvCache, registries::Vector{…}, pkgs::Vector{…}, preserve::Pkg.Types.PreserveLevel, julia_version::VersionNumber)
    @ Pkg.Operations ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1371
  [9] add(ctx::Pkg.Types.Context, pkgs::Vector{…}, new_git::Set{…}; preserve::Pkg.Types.PreserveLevel, platform::Base.BinaryPlatforms.Platform)
    @ Pkg.Operations ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1388
 [10] add
    @ ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1377 [inlined]
 [11] add(ctx::Pkg.Types.Context, pkgs::Vector{…}; preserve::Pkg.Types.PreserveLevel, platform::Base.BinaryPlatforms.Platform, kwargs::@Kwargs{…})
    @ Pkg.API ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/API.jl:278
 [12] add(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::@Kwargs{})
    @ Pkg.API ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/API.jl:159
 [13] add(pkgs::Vector{Pkg.Types.PackageSpec})
    @ Pkg.API ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/API.jl:148
 [14] add
    @ ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined]
 [15] add(pkg::String)
    @ Pkg.API ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/API.jl:146
 [16] top-level scope
    @ REPL[15]:1
Some type information was truncated. Use `show(err)` to see complete types.