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

Cannot add Mamba #146

Open
edwardcao3026 opened this issue Oct 12, 2018 · 4 comments
Open

Cannot add Mamba #146

edwardcao3026 opened this issue Oct 12, 2018 · 4 comments

Comments

@edwardcao3026
Copy link

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.

@brian-j-smith
Copy link
Owner

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

@brian-j-smith
Copy link
Owner

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

@edwardcao3026
Copy link
Author

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

@arbenede
Copy link

arbenede commented May 4, 2019

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

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

3 participants