richter icon indicating copy to clipboard operation
richter copied to clipboard

Cant compile shaderc-rs due to python

Open ethereumdegen opened this issue 3 years ago • 0 comments

On linux ubuntu and im totally stuck.

Running 'python --version' gives 3.8.10 . I alrdy aliased 'python' to 'python3' so it should be fine.

Then running cargo build gives:

warning: Checking for system installed libraries. Use --features = build-from-source to disable this behavior warning: System installed library not found. Falling back to build from source

error: failed to run custom build command for shaderc-sys v0.6.3

Caused by: process didn't exit successfully: /home/andy/rust/richter/target/debug/build/shaderc-sys-f89ed4c0ddc2d59e/build-script-build (exit status: 101) --- stdout cargo:warning=Checking for system installed libraries. Use --features = build-from-source to disable this behavior cargo:warning=System installed library not found. Falling back to build from source

--- stderr thread 'main' panicked at '

couldn't find required command: "python"

???

ethereumdegen avatar Oct 22 '22 22:10 ethereumdegen