Bonjour,
Suite à diverse recherche, je suis tombé sur votre solution Open-capture.
Lors de mes différents essais, je me suis rendu compte qu’il y avait un petit bug dans l’installation Docker (présent aussi en installation « normal »).
Il semblerais que pour le « backend » une librairie de dev soit manquante dans la liste des paquet APT à installer.
Il s’agit de libcairo2-dev.
Voici l’erreur qui m’a amener à cette conclusion :
error: subprocess-exited-with-error
× Building wheel for pycairo (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [15 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-39
creating build/lib.linux-x86_64-cpython-39/cairo
copying cairo/__init__.py -> build/lib.linux-x86_64-cpython-39/cairo
copying cairo/__init__.pyi -> build/lib.linux-x86_64-cpython-39/cairo
copying cairo/py.typed -> build/lib.linux-x86_64-cpython-39/cairo
running build_ext
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘cairo’ found
Command ‘[‘pkg-config’, ‘–print-errors’, ‘–exists’, ‘cairo >= 1.15.10′]’ returned non-zero exit status 1.
[end of output]
Au final, j’ai réussi à faire fonctionner Open-Caputre en installation standard, mais je crois avoir toujours un défaut sur le Docker.