CadQuery / CadQuery/ocp-build-system
cadquery and vtk compatibility
Open
- Dominant language
- CMake
- Stars
- 14
- Forks
- 22
- Avg merge
- 2h 30m
- Merged PRs (30d)
- 1
Description
Hi all
We are using the latest pip-installable cadquery and we also recently added a new dependency (vtk==9.3.0)
Just importing those two in the same file:
`import cadquery
import vkt
`
Results in the following error:
`ImportError: Initialization failed for vtkWebCore, not compatible with vtkmodules.vtkCommonCore`
Since that the vtk version, used by cadquery is incompatible with vtk==9.3.0.
I could not find any pointers how to resolve this so far. Any help would be appreciated!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.