Hi, I got this:
PyErr { type: <class 'ImportError'>, value: ImportError('/usr/lib/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so: undefined symbol: PyExc_SystemError'), traceback: Some(<traceback object at 0x7f14101b9080>) }
Using:
[dependencies]
rustler = { version = "0.36", features = ["nif_version_2_17"] }
rsnltk = "0.1.3"
I've tried with python3.8 as well and I got a similar error.