-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Compiling plotly_kaleido v0.13.1
error[E0425]: cannot find value KALEIDO_BIN in this scope
--> /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotly_kaleido-0.13.1/build.rs:100:51
|
100 | let kaleido_binary = dst.join("bin").join(KALEIDO_BIN);
| ^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find value KALEIDO_URL in this scope
--> /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotly_kaleido-0.13.1/build.rs:118:46
|
118 | "Downloaded Plotly Kaleido from {KALEIDO_URL} to '{}'",
| ^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find value KALEIDO_URL in this scope
--> /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotly_kaleido-0.13.1/build.rs:134:17
|
134 | KALEIDO_URL,
| ^^^^^^^^^^^ not found in this scope
For more information about this error, try rustc --explain E0425.
error: could not compile plotly_kaleido (build script) due to 3 previous errors
warning: build failed, waiting for other jobs to finish...