FS#77684 - [python-opencv] [opencv] 4.7.0-1 breaks since [vtk] updated to 9.2.6-1

Attached to Project: Arch Linux
Opened by 周 乾康 (wszqkzqk) - Wednesday, 01 March 2023, 01:39 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 01 March 2023, 06:34 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Import `cv2` in python, and it threw error:

```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/lib/libopencv_viz.so.407: undefined symbol: _ZN12vtkAlgorithm8RegisterEP13vtkObjectBase
```

Steps to reproduce:

Install `python-opencv` and import.
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 01 March 2023, 06:34 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#77675 
Comment by DarcyHu (DarcyHu) - Wednesday, 01 March 2023, 03:09 GMT
rebuild opencv with the latest vtk should fix it.

Loading...