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

no method named available found for struct Client in the current scope #400

Closed
Frank1126lin opened this issue Dec 10, 2022 · 1 comment
Closed

Comments

@Frank1126lin
Copy link

  1. Operating system : WIN10
  2. The way you installed OpenCV: package
  3. OpenCV version: 4.5.5
  4. rustc version (rustc --version) rustc 1.65.0
  5. Attach the full output of the following command from your project directory:
error[E0599]: no method named `available` found for struct `Client` in the current scope
   --> C:\Users\frank\.cargo\registry\src\opencv-0.74.1\build.rs:227:27
227 |             let available_jobs = c.available().unwrap_or(0);
    |                                    ^^^^^^^^^ method not found in `Client`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `opencv` due to previous error
@twistedfall
Copy link
Owner

This should be fixed in 0.74.2, thanks for the report!

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