scverse/Muon.jl

Installation error

zhanglab2008 opened this issue · 1 comments

Hi team,
I got this error when I installed by Pkg.Add("Muon")

Unsatisfiable requirements detected for package Muon [446846d7]:
 Muon [446846d7] log:
 ├─possible versions are: 0.1.0-0.1.1 or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions 0.1.0-0.1.1
 └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: uninstalled — no versions left
   └─DataFrames [a93c6f00] log:
     ├─possible versions are: 0.11.7-1.2.0 or uninstalled
     ├─restricted to versions * by Baysor [cc9f9468], leaving only versions 0.11.7-1.2.0
     │ └─Baysor [cc9f9468] log:
     │   ├─possible versions are: 0.5.0 or uninstalled
     │   └─Baysor [cc9f9468] is fixed to version 0.5.0
     ├─restricted by compatibility requirements with DataFramesMeta [1313f7d8] to versions: 0.13.0-1.2.0
     │ └─DataFramesMeta [1313f7d8] log:
     │   ├─possible versions are: 0.4.0-0.8.0 or uninstalled
     │   ├─restricted to versions * by Baysor [cc9f9468], leaving only versions 0.4.0-0.8.0
     │   │ └─Baysor [cc9f9468] log: see above
     │   └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.4.0-0.7.1 or uninstalled, leaving only versions: 0.4.0-0.7.1
     │     └─DataFrames [a93c6f00] log: see above
     └─restricted by compatibility requirements with TableReader [70df011a] to versions: 0.11.7-0.21.8, leaving only versions: 0.13.0-0.21.8
       └─TableReader [70df011a] log:
         ├─possible versions are: 0.1.0-0.4.0 or uninstalled
         └─restricted to versions * by an explicit requirement, leaving only versions 0.1.0-0.4.0

Could you suggest a way to get around this?
Many thanks!

I figured it out after I removed the old versions of my packages. Thanks