Error trying to build deepspeech-rs, bindings for deepspeech
This command: cargo run --verbose --release --example client /home/pi/Downloads/ /home/pi/Downloads/audio/2830-3980-0043.wav
This uses the Cargo.toml that is part of the download for deepspeech-rs. This builds two libraries for deepspeech. Any thoughts on this?
error\[E0465\]: multiple rlib candidates for \`deepspeech\` found
\--> examples/client.rs:1:1
|
1 | extern crate deepspeech;
| \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
|
note: candidate #1: /home/pi/deepspeech-rs/target/release/deps/libdeepspeech-8c31f94611999af5.rlib
\--> examples/client.rs:1:1
|
1 | extern crate deepspeech;
| \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
note: candidate #2: /home/pi/deepspeech-rs/target/release/deps/libdeepspeech-f5785e43f263827b.rlib
\--> examples/client.rs:1:1
|
1 | extern crate deepspeech;
| \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
error\[E0463\]: can't find crate for \`deepspeech\`
\--> examples/client.rs:1:1
|
1 | extern crate deepspeech;
| \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ can't find crate
error: aborting due to 2 previous errors
For more information about this error, try \`rustc --explain E0463\`.
error: could not compile \`deepspeech\`.
https://redd.it/hido3s@r_rust