We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
https://github.com/svs14/GradientBoost.jl.git
The text was updated successfully, but these errors were encountered:
Hi @microgold, I open a pull request #2, in which I replace FactCheck with Test, and it works well.
FactCheck
Test
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: