enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.28k stars 282 forks source link

Mayavi 4.7.4 cdt when trying to view the Python window #1160

Open Dilbflo opened 2 years ago

Dilbflo commented 2 years ago

Hi. I am new to Mayavi, but quite proficient in Python and Jupyter. I installed the Mayavi 4.4 with pip yesterday under Windows 10. The About page reports: Mayavi version 4.7.4 VTK version 9.1.0 Python 3.9.6 Qt 5.15.2

I was able to start working with the program and with some example files. The problem is that when I try to also visualize the internal Python editor from the View menu, the program crashes to desktop. I also tried to run as administrator, and with compatibility with other older version of Windows, but the issue persists. Do you have any suggestion? Thanks.

prabhuramachandran commented 2 years ago

Hi @Dilbflo, I suspect you are using the mayavi2 application? Yes, there are several issues there that need to be resolved. Most folks use Mayavi directly from IPython or using a jupyter notebook or with custom scripts.

Dilbflo commented 2 years ago

Hi @prabhuramachandran, yes, I am trying to use the Interactive program with the GUI. Do you mean that, at present, this is not a recomendded solution, and it is better to use the mlab module inside a Jupyter notebook?

OksanaGol commented 1 year ago

Hi! Same problem with mayavi2: Python 3.10, OS: Win10, VTK 9.2.5, mayavi 4.8.1. Everything working in Mayavi except for internal python. Internal Python crashes to desktop, is there any solution? When I load jupyter mlab causes an error. Thank you.