Source: python-greenlet
Version: 2.0.2-1
Severity: important
Very simple test shows what I wrote in $subject:
root@Infomaniak-sid-test>_ ~ # python3.12
Python 3.12.6 (main, Sep 7 2024, 14:20:15) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import greenlet
>>>
root@Infomaniak-sid-test>_ ~ # python3.13
Python 3.13.0rc2 (main, Sep 7 2024, 08:52:38) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import greenlet
Traceback (most recent call last):
File "<python-input-0>", line 1, in <module>
import greenlet
File "/usr/lib/python3/dist-packages/greenlet/__init__.py", line 29, in
<module>
from ._greenlet import _C_API # pylint:disable=no-name-in-module
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'greenlet._greenlet'
I have no clue (yet) how to fix though...
Cheers,
Thomas Goirand (zigo)