FS#72739 - [python-opencv] fmt is also a runtime dependency

Attached to Project: Arch Linux
Opened by JumaX9 (jumax9) - Saturday, 13 November 2021, 22:02 GMT
Last edited by Antonio Rojas (arojas) - Monday, 20 December 2021, 19:44 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

For the latest version of `python-opencv` I'm getting the following error:

```
~$ python -c 'import cv2'
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: libfmt.so.8: cannot open shared object file: No such file or directory
```

The error is fixed by installing `fmt`.
This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 20 December 2021, 19:44 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-opencv 4.5.4-10
Comment by RuRo (ruro) - Friday, 10 December 2021, 15:11 GMT
Can confirm, `libfmt` is required for `python-opencv`.

Loading...