You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following when running any example as such:
cargo run --example hello_embed --features freeze-stdlib
thread 'main' panicked at 'essential initialization failed; run with RUST_BACKTRACE=1 to see Python backtrace', vm/src/vm/mod.rs:283:30
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Is this intended? Why? When and how should I use freeze-stdlib?