mainmatter / rust-python-interoperability

A self-paced course to write Python extensions in Rust, one exercise at a time.
https://rust-exercises.com/rust-python-interop/
35 stars 3 forks source link

exercise 01_setup PanicException #7

Open noklam opened 2 months ago

noklam commented 2 months ago

I am running on the solutions branch with wr but still get a panic error. I am able to run the 00 exercise successfully.

tests/test_sample.py F [100%]

=================================== FAILURES ===================================
__________________________________ test_works __________________________________

    def test_works():
>       assert it_works()
E       pyo3_runtime.PanicException: not yet implemented