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

Compilation error: failed to select a version for the requirement funty = "~1.2" #118

Closed
vicsn opened this issue Nov 20, 2022 · 1 comment

Comments

@vicsn
Copy link

vicsn commented Nov 20, 2022

Full compilation error:

error: failed to select a version for the requirement `funty = "~1.2"`
candidate versions found which didn't match: 2.0.0, 1.1.0, 1.0.1, ...
location searched: crates.io index
required by package `bitvec v0.22.3`
    ... which satisfies dependency `bitvec = "^0.22.3"` of package `ec-gpu-gen v0.3.0`
    ... which satisfies dependency `ec-gpu-gen = "^0.3.0"` of package `bellperson v0.22.0`
    ... which satisfies dependency `bellperson = "^0.22"` of package `bellperson-nonnative v0.3.1`
    ... which satisfies dependency `bellperson-nonnative = "^0.3.1"` of package `nova-snark v0.8.1 (/home/t490/programs/Nova)`

For an amusing history which led to this issue, I think this is relevant: ferrilab/funty#3

TL;DR, seems as if they killed funty version 1.2 5 days ago.

I think using bellperson = "0.24.0" (and updating bellperson-nonnative to also use this bellperson) will solve it.

@srinathsetty
Copy link
Collaborator

Thanks, @vicsn! We have released a new version of the package that fixes the issue.

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