On Fri, 22 Nov 2024 09:49:44 +0100 s3v <c0llap...@yahoo.it> wrote: > 2) building 'srsly.ujson.ujson' extension is fine but is not loaded for some > reasons with > Python 3.13 (Python 3.12 is ok). > > E from .ujson import decode, encode, dump, dumps, load, >loads # noqa: F401 > E >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > E ModuleNotFoundError: No module named 'srsly.ujson.ujson' >
This issue vanishes after installing python3-srsly/2.4.8 deb. Unfortunately, tests require new version to be able to pass. I've tested with python3-srsly/2.4.5 installed and Python 3.13 extensions weren't there. Kind Regards