You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ python -c 'from tvtk.api import tvtk; tvtk.Hexahedron()'
Traceback (most recent call last):
File "tvtk_classes/tvtk_helper.py", line 22, in get_moduleModuleNotFoundError: No module named 'tvtk.custom.hexahedron'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "tvtk_classes/tvtk_helper.py", line 1315, in <lambda>
File "tvtk_classes/tvtk_helper.py", line 47, in get_class
File "tvtk_classes/tvtk_helper.py", line 28, in get_module
File "tvtk_classes/hexahedron.py", line 12, in <module>
File "/home/ashwinmo/Sources/foss/pymech/.nox/tests-cov-vtk-3-10/lib/python3.10/site-packages/tvtk/array_handler.py", line 29, in <module>from tvtk.array_ext import set_id_type_array
File "array_ext.pyx", line 1, in init array_extValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
See:
The text was updated successfully, but these errors were encountered: