Open tvijverb opened 4 months ago
Renaming libpython3.12.so
to libpython3.12.so.1.0
in the target/debug
folder fixed the issue for me
Renaming
libpython3.12.so
tolibpython3.12.so.1.0
in thetarget/debug
folder fixed the issue for me
That's indeed the issue, I wonder why it's adding that prefix 🤔
Hi Luke, Thanks for creating this course, really nice to learn pyo3 concepts like this. I've unfortunately run into an error when compiling the first maturin exercise
01_setup
with thewr
command.running the troubleshooting command given in the book (
cargo run -p "patcher"
) causes a different error after runningwr
:System & OS details: VSCode devcontainer using the following base-image:
mcr.microsoft.com/devcontainers/rust:1-1-bookworm
Seems like Rye, Pyo3 and the Rust compiler are not playing nice ;)