JuliaDynamics/Agents.jl

Dev version of Agents not installed for a unsatisfiable requirements wiht CommonSolve

Closed this issue · 1 comments

I was trying to install the dev version of Agents on a new computer and an (absurd) error appeared:

(@v1.9) pkg> dev Agents
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package CommonSolve [38540f10]:
 CommonSolve [38540f10] log:
 ├─possible versions are: 0.1.0-0.2.3 or uninstalled
 └─restricted to versions 0.2.4-0.2 by Agents [46ada45e] — no versions left
   └─Agents [46ada45e] log:
     ├─possible versions are: 6.0.0 or uninstalled
     └─Agents [46ada45e] is fixed to version 6.0.0

Don't really sure why, these are the pc stats

julia> versioninfo()
Julia Version 1.9.3
Commit bed2cd540a (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 32 × 13th Gen Intel(R) Core(TM) i9-13900K
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, goldmont)
  Threads: 1 on 32 virtual cores

This is really strange because CommonSolve 0.2.4 exists, this error doesn't happen in my other computer

Nothing, strangely enough using ]add CommonSolve before installing the dev version solved the problem