FS#77690 - [vtk] import vtk in Python fails

Attached to Project: Community Packages
Opened by Martin Diehl (MartinDiehl) - Wednesday, 01 March 2023, 15:00 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 01 March 2023, 18:21 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

`import vtk` fails in Python, the error message is `ImportError: libopenxr_loader.so.1: cannot open shared object file: No such file or directory` (raised from `/usr/lib/python3.10/site-packages/vtk.py:55`).
It is solved after installing `openxr`. Most likely the solution is to make it a hard requirement (it's currently optional)

Steps to reproduce:
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 01 March 2023, 18:21 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#61655 
Comment by Antonio Rojas (arojas) - Wednesday, 01 March 2023, 18:21 GMT
It is already an optional dependency, and the python module requires all optional dependencies to be installed, as tracked in  FS#61655 

Loading...