-
Notifications
You must be signed in to change notification settings - Fork 50
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
Comments
I'll be working on upgrading Mamba to Julia 1.0 over the weekend. |
|
Thank you, Brian! It passes test on my mac pro. |
I am getting errors on Julia 1.1 when I try
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: