Package Details: python-pyvista 0.46.5-1

Git Clone URL: https://aur.archlinux.org/python-pyvista.git (read-only, click to copy)
Package Base: python-pyvista
Description: 3D plotting and mesh analysis through a streamlined interface for VTK
Upstream URL: https://www.pyvista.org
Licenses: MIT
Submitter: MartinDiehl
Maintainer: MartinDiehl
Last Packager: MartinDiehl
Votes: 8
Popularity: 0.104633
First Submitted: 2020-12-16 05:18 (UTC)
Last Updated: 2026-02-08 20:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

sitic commented on 2021-02-17 16:49 (UTC)

python-transforms3d is missing as dependency, import pyvista fails with:

[...]
/usr/lib/python3.9/site-packages/pyvista/utilities/transformations.py in <module>
      1 """Transformations leveraging transforms3d library."""
      2 import numpy as np
----> 3 import transforms3d as tf3d
      4 
      5 

ModuleNotFoundError: No module named 'transforms3d'