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

Error: failed to select a version for syn. #29

Open
nekrokosmos opened this issue Mar 6, 2024 · 0 comments
Open

Error: failed to select a version for syn. #29

nekrokosmos opened this issue Mar 6, 2024 · 0 comments

Comments

@nekrokosmos
Copy link

main, docker, non-docker - the same problem.
(30363a2) was my last chance to start rust example.

.../chidori/examples/rust/top-ai-launches-hn (30363a2) $ cargo check
    Updating crates.io index
error: failed to select a version for `syn`.
    ... required by package `deno_ops v0.70.0`
    ... which satisfies dependency `deno_ops = "^0.70.0"` of package `deno_core v0.192.0`
    ... which satisfies dependency `deno_core = "^0.192.0"` of package `prompt-graph-exec v0.1.23`
    ... which satisfies dependency `prompt-graph-exec = "^0.1.0"` of package `chidori v0.1.26`
    ... which satisfies dependency `chidori = "^0.1.26"` of package `top-ai-launches-hn v0.1.0 (/workspaces/chidori/examples/rust/top-ai-launches-hn)`
versions that meet the requirements `=2.0.18` are: 2.0.18

all possible versions conflict with previously selected packages.

  previously selected package `syn v2.0.31`
    ... which satisfies dependency `syn = "^2.0.31"` of package `zerocopy-derive v0.7.31`
    ... which satisfies dependency `zerocopy-derive = "=0.7.31"` of package `zerocopy v0.7.31`
    ... which satisfies dependency `zerocopy = "^0.7.0"` of package `ahash v0.8.4`
    ... which satisfies dependency `ahash = "^0.8.0"` of package `hashbrown v0.14.0`
    ... which satisfies dependency `hashbrown = "^0.14"` of package `hnsw_rs_thousand_birds v0.1.20`
    ... which satisfies dependency `hnsw_rs_thousand_birds = "^0.1.20"` of package `prompt-graph-exec v0.1.23`
    ... which satisfies dependency `prompt-graph-exec = "^0.1.0"` of package `chidori v0.1.26`
    ... which satisfies dependency `chidori = "^0.1.26"` of package `top-ai-launches-hn v0.1.0 (/workspaces/chidori/examples/rust/top-ai-launches-hn)`

failed to select a version for `syn` which could resolve this conflict
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

1 participant