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

Does not compile with rust 1.64 #55

Open
SujithChristopher opened this issue Oct 23, 2022 · 3 comments
Open

Does not compile with rust 1.64 #55

SujithChristopher opened this issue Oct 23, 2022 · 3 comments

Comments

@SujithChristopher
Copy link

I just added
cv = "0.6.0" in dependency

and tried running "cargo check" or "cargo run" is doesn't compile.

I'm using rust 1.64.

@vadixidav
Copy link
Member

I know it is not ideal, but I would recommend using the git repository directly. Try:

cv = { git = "https://github.com/rust-cv/cv.git" }

You can specify a specific commit with rev = "..." in your Cargo.toml as well if you want to avoid updates from upstream.

I will leave this ticket open until I have published a new release to crates.io. Thanks for letting me know that the version on there is broken. I will see if we can cut a release soon.

@SujithChristopher
Copy link
Author

SujithChristopher commented Oct 25, 2022

Thanks, will use git repo for now.

I appreciate your work @vadixidav , on making an "opencv" alternative, OpenCV is very painful to compile. I have high hopes on this repo.

@vadixidav
Copy link
Member

Work on it has been slow for the last year, but hopefully it will pick up soon. This is definitely a continuous effort.

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