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

Unable to install on Julia #1

Open
microgold opened this issue Oct 28, 2018 · 1 comment
Open

Unable to install on Julia #1

microgold opened this issue Oct 28, 2018 · 1 comment

Comments

@microgold
Copy link

microgold commented Oct 28, 2018

Hi,

Just tried this for both

add GradientBoost

and

add https://github.com/svs14/GradientBoost.jl.git

I get compatibility errors for both with Julia 1.0

Here is what I'm seeing:

(v1.0) pkg> add https://github.com/svs14/GradientBoost.jl.git
Cloning git-repo https://github.com/svs14/GradientBoost.jl.git
Updating git-repo https://github.com/svs14/GradientBoost.jl.git
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package FactCheck [01605889]:
FactCheck [01605889] log:
├─possible versions are: [0.0.1-0.0.2, 0.1.0-0.1.2, 0.2.0-0.2.9, 0.3.0-0.3.1, 0.4.0-0.4.3] or uninstalled
├─restricted to versions 0.1.0-* by GradientBoost [f2734b57], leaving only versions [0.1.0-0.1.2, 0.2.0-0.2.9, 0.3.0-0.3.1, 0.4.0-0.4.3]
│ └─GradientBoost [f2734b57] log:
│ ├─possible versions are: 0.0.1 or uninstalled
│ └─GradientBoost [f2734b57] is fixed to version 0.0.1+
└─restricted by julia compatibility requirements to versions: uninstalled — no versions left

@szcf-weiya
Copy link

szcf-weiya commented Aug 30, 2019

Hi @microgold, I open a pull request #2, in which I replace FactCheck with Test, and it works well.

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

2 participants