Replies: 1 comment 1 reply
-
This discussion doesn't seem related to JAX. I don't think you intended to post it here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I install pyvista 0.38.2,my conda env version is 3.8.
error happens when import pyvista:
ImportError: Initialization failed for vtkFiltersParallelDIY2, not compatible with vtkmodules.vtkCommonMath
Traceback (most recent call last): File "E:\ZJU\py_files\3Dplot\test_pv.py", line 12, in <module> import pyvista as pv File "D:\ProgramData\Anaconda3\envs\env38\lib\site-packages\pyvista\__init__.py", line 10, in <module> from pyvista.plotting import * File "D:\ProgramData\Anaconda3\envs\env38\lib\site-packages\pyvista\plotting\__init__.py", line 4, in <module> from .charts import Chart, Chart2D, ChartMPL, ChartBox, ChartPie File "D:\ProgramData\Anaconda3\envs\env38\lib\site-packages\pyvista\plotting\charts.py", line 14, in <module> from pyvista import _vtk File "D:\ProgramData\Anaconda3\envs\env38\lib\site-packages\pyvista\_vtk.py", line 337, in <module> from vtkmodules.vtkFiltersParallelDIY2 import vtkRedistributeDataSetFilter ImportError: Initialization failed for vtkFiltersParallelDIY2, not compatible with vtkmodules.vtkCommonMath
Beta Was this translation helpful? Give feedback.
All reactions