Mamba.jl icon indicating copy to clipboard operation
Mamba.jl copied to clipboard

Cannot add Mamba

Open edwardcao3026 opened this issue 5 years ago • 4 comments

I add Mamba on Julia 1.0.0, but got this error:

(v1.0) pkg> add Mamba Resolving package versions... ERROR: Unsatisfiable requirements detected for package Mamba [5424a776]: Mamba [5424a776] log: ├─possible versions are: [0.3.8, 0.4.0-0.4.12, 0.5.0-0.5.2, 0.6.0-0.6.3, 0.7.0-0.7.4, 0.8.0-0.8.2, 0.9.0-0.9.2, 0.10.0-0.10.1, 0.11.0-0.11.2] or uninstalled ├─restricted to versions * by an explicit requirement, leaving only versions [0.3.8, 0.4.0-0.4.12, 0.5.0-0.5.2, 0.6.0-0.6.3, 0.7.0-0.7.4, 0.8.0-0.8.2, 0.9.0-0.9.2, 0.10.0-0.10.1, 0.11.0-0.11.2] └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

The system is Mac OS 10.13.6. Is there someone can help? Thanks.

edwardcao3026 avatar Oct 12 '18 15:10 edwardcao3026

I'll be working on upgrading Mamba to Julia 1.0 over the weekend.

brian-j-smith avatar Oct 12 '18 17:10 brian-j-smith

add Mamba#master along with add Gadfly#master should work now on Julia 1.0.

brian-j-smith avatar Oct 14 '18 04:10 brian-j-smith

Thank you, Brian! It passes test on my mac pro.

edwardcao3026 avatar Oct 14 '18 16:10 edwardcao3026

I am getting errors on Julia 1.1 when I try add Mamba#master along with add Gadfly#master:

(v1.1) pkg> add Gadfly#master
  Updating git-repo `https://github.com/GiovineItalia/Gadfly.jl.git`
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Distributions [31c24e10]:
 Distributions [31c24e10] log:
 ├─possible versions are: [0.1.0-0.1.4, 0.2.0-0.2.13, 0.3.0, 0.6.4-0.6.7, 0.7.0-0.7.6, 0.8.0-0.8.10, 0.9.0, 0.10.0-0.10.2, 0.11.0-0.11.1, 0.12.0-0.12.5, 0.13.0, 0.14.0-0.14.2, 0.15.0, 0.16.0-0.16.4, 0.17.0, 0.18.0, 0.19.1-0.19.2] or uninstalled
 ├─restricted to versions 0.18.0-0.18 by Gadfly [c91e804a], leaving only versions 0.18.0
 │ └─Gadfly [c91e804a] log:
 │   ├─possible versions are: 1.1.0 or uninstalled
 │   └─Gadfly [c91e804a] is fixed to version 1.1.0
 └─restricted to versions 0.19.2 by an explicit requirement — no versions left

(v1.1) pkg> add Mamba#master
   Cloning git-repo `https://github.com/brian-j-smith/Mamba.jl.git`
  Updating git-repo `https://github.com/brian-j-smith/Mamba.jl.git`
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Distributions [31c24e10]:
 Distributions [31c24e10] log:
 ├─possible versions are: [0.1.0-0.1.4, 0.2.0-0.2.13, 0.3.0, 0.6.4-0.6.7, 0.7.0-0.7.6, 0.8.0-0.8.10, 0.9.0, 0.10.0-0.10.2, 0.11.0-0.11.1, 0.12.0-0.12.5, 0.13.0, 0.14.0-0.14.2, 0.15.0, 0.16.0-0.16.4, 0.17.0, 0.18.0, 0.19.1-0.19.2] or uninstalled
 ├─restricted to versions 0.17.0-* by Mamba [5424a776], leaving only versions [0.17.0, 0.18.0, 0.19.1-0.19.2]
 │ └─Mamba [5424a776] log:
 │   ├─possible versions are: 0.12.1 or uninstalled
 │   └─Mamba [5424a776] is fixed to version 0.12.1+
 ├─restricted to versions 0.19.2 by an explicit requirement, leaving only versions 0.19.2
 └─restricted by compatibility requirements with Gadfly [c91e804a] to versions: [0.1.0-0.1.4, 0.2.0-0.2.13, 0.3.0, 0.6.4-0.6.7, 0.7.0-0.7.6, 0.8.0-0.8.10, 0.9.0, 0.10.0-0.10.2, 0.11.0-0.11.1, 0.12.0-0.12.5, 0.13.0, 0.14.0-0.14.2, 0.15.0, 0.16.0-0.16.4, 0.17.0, 0.18.0] — no versions left
   └─Gadfly [c91e804a] log:
     ├─possible versions are: [0.1.0-0.1.31, 0.2.0-0.2.9, 0.3.0-0.3.18, 0.4.0-0.4.4, 0.5.0-0.5.3, 0.6.0-0.6.5, 0.7.0, 0.8.0, 1.0.0-1.0.1] or uninstalled
     └─restricted to versions 1.0.0-* by Mamba [5424a776], leaving only versions 1.0.0-1.0.1
       └─Mamba [5424a776] log: see above

arbenede avatar May 04 '19 00:05 arbenede