$ cargo build
Compiling image_captioner v0.2.2
error: failed to run custom build command for image_captioner v0.2.2
Caused by:
process didn't exit successfully: /home/gian42/Code/Rust/nameit/target/debug/build/image_captioner-507aebc2dd40edcf/build-script-setup_python (exit status: 101)
--- stdout
Found Python 3 executable at: "/usr/bin/python3"
No virtual environment found. Creating one...
--- stderr
thread 'main' panicked at /home/gian42/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image_captioner-0.2.2/setup_python.rs:42:10:
Failed to install Python dependencies.: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
$ cargo build
Compiling image_captioner v0.2.2
error: failed to run custom build command for
image_captioner v0.2.2Caused by:
process didn't exit successfully:
/home/gian42/Code/Rust/nameit/target/debug/build/image_captioner-507aebc2dd40edcf/build-script-setup_python(exit status: 101)--- stdout
Found Python 3 executable at: "/usr/bin/python3"
No virtual environment found. Creating one...
--- stderr
thread 'main' panicked at /home/gian42/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image_captioner-0.2.2/setup_python.rs:42:10:
Failed to install Python dependencies.: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with
RUST_BACKTRACE=1environment variable to display a backtrace