You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
rustc --version
) rustc 1.65.0The text was updated successfully, but these errors were encountered: