Search Criteria
Package Details: python-pyvista 0.44.2-1
Package Actions
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 the Visualization Toolkit (VTK) |
Upstream URL: | https://www.pyvista.org |
Licenses: | MIT |
Submitter: | MartinDiehl |
Maintainer: | MartinDiehl |
Last Packager: | MartinDiehl |
Votes: | 7 |
Popularity: | 0.083141 |
First Submitted: | 2020-12-16 05:18 (UTC) |
Last Updated: | 2024-12-02 13:30 (UTC) |
Dependencies (13)
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pillow (python-pillow-gitAUR)
- python-pooch
- python-scoobyAUR
- vtk (vtk-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-imageioAUR (optional)
- python-meshioAUR (optional)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (optional)
Required by (10)
- python-cplot (optional)
- python-felupe (check)
- python-felupe (optional)
- python-fenics-dolfinx (optional)
- python-kikuchipy (optional)
- python-magpylib
- python-mpsplots
- python-pyntcloud (optional)
- python-pyvistaqt
- python-trame-vtk (check)
Latest Comments
1 2 Next › Last »
carlosal1015 commented on 2023-07-10 00:48 (UTC)
Hi, after install vtk's python bindings dependencies
(openmpi fmt jsoncpp glew ospray openxr openvr ffmpeg hdf5-openmpi postgresql-libs netcdf pdal mariadb-libs liblas cgns adios2 libharu gl2ps verdict)
, I have the following message errorpython-matplotlib
is a dependency according to https://github.com/pyvista/pyvista/blob/v0.40.0/pyproject.toml#L29szsdk commented on 2023-02-15 07:11 (UTC)
I got this error when I try to install pyvista/python-scooby:
error in scooby setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.7.*'
. Did I make something mistake?carlosal1015 commented on 2022-03-29 03:29 (UTC)
Replying ~7 months later, since that this issue is closed, now
paraview
andvtk
can coexist in the system. In other hand, the packagepython-cplot
that I maintain usepython-pyvista
forcheck()
function. Pictures: 1, 2, 3, 4. As we see, the test are not passing due to some missing VTK modules that offervtk
and notparaview
. But using this custom PKGBUILDpython-pyvista-noparaview
the tests are passing. Pictures: 5, 6.MartinDiehl commented on 2022-01-06 06:46 (UTC)
@Valery
thanks for the solution. The underlying problem is that ParaView depends on VTK but cannot be build with the official VTK release. Its included VTK conflicts with the stand-alone VTK.
Since I use both, VTK (in Python) and ParaView, I only install ParaView. This normally works, but there are differences in enabled features (VTK from ParaView has normally more features enabled than the stand-alone version) and version (currently 9.0 for ParaViev 5.9 vs. 9.1 for stand-alone).
ParaView 5.9 is flagged out of date, I hope that after the update to 5.10 pyvista works again with ParaView VTK. If it is not a version issue but related to missing features, we have to look for another option.
Valery commented on 2022-01-06 05:30 (UTC)
I found a solution for pyvista-0.33 to work on manjaro: remove paraview dependence, build with vtk, and install fmt
1 2 Next › Last »