Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant compile shaderc-rs due to python #53

Open
ethereumdegen opened this issue Oct 22, 2022 · 0 comments
Open

Cant compile shaderc-rs due to python #53

ethereumdegen opened this issue Oct 22, 2022 · 0 comments

Comments

@ethereumdegen
Copy link

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"

???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant