Open
Description
Summary
Cannot run cargo run --release demo_closures.py
Rustc:
rustc 1.81.0 (eeb90cda1 2024-09-04)
binary: rustc
commit-hash: eeb90cda1969383f56a2637cbd3037bdf598841c
commit-date: 2024-09-04
host: x86_64-apple-darwin
release: 1.81.0
LLVM version: 18.1.7
Context:
- can build the project with cargo build
- can launch and use the interpreter with cargo run
Note:
- I am happy to try to diagnose the issue further if someone could point me in the right direction.
Expected
To run the simple scipt example
Actual
Hit several:
error: failed to run custom build command for malachite-nz v0.4.16
Caused by:
process didn't exit successfully: /Users/hamish.macdonald/RustPython/target/release/build/malachite-nz-0f4d34cdd3e196f9/build-script-build
(signal: 9, SIGKILL: kill)