Bug ID 1193712
Summary python3-clingo module is broken
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Development
Assignee screening-team-bugs@suse.de
Reporter cgoll@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

The `python3-clingo` package is broken. It is not possible to import the clingo
module
```
python3
Python 3.8.12 (default, Aug 31 2021, 01:23:42) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import clingo
Traceback (most recent call last):
  File "/usr/lib64/python3.8/site-packages/clingo/_internal.py", line 18, in
<module>
    from _clingo import ffi as _ffi, lib as _lib # type: ignore # pylint:
disable=no-name-in-module
ModuleNotFoundError: No module named '_clingo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.8/site-packages/clingo/__init__.py", line 93, in
<module>
    from .core import *
  File "/usr/lib64/python3.8/site-packages/clingo/core.py", line 8, in <module>
    from ._internal import _cb_error_panic, _ffi, _lib, _to_str
  File "/usr/lib64/python3.8/site-packages/clingo/_internal.py", line 20, in
<module>
    from ._clingo import ffi as _ffi, lib as _lib # type: ignore # pylint:
disable=no-name-in-module
ModuleNotFoundError: No module named '_cffi_backend'
```


You are receiving this mail because: