Pycharm reports an error: Use mayavi to report Process finished with exit code -1073741819 (0xC0000005)

I always report this error when installing mayavi to use the 3D visualization library. Repeated installation is still not good.

First of all, I tried Matplotlib. When I run it in Pycharm, the drawn image will not pop up.

Of course, it is excluded that plt.show() is not written, and the same error is reported.

Repeatedly install the dependent libraries in order (the versions correspond to my python3.6):

1. qypt4 
2. VTK 
3. traits 
4. Mayavi

But the operation is to report:

Process finished with exit code -1073741819 (0xC0000005)

Later, I learned that there was a pyqt5 and a pyqt4 in my anaconda. At this time, just delete pyqt5;

But this time it will report that there is an error in the qt under the ui directory under VTK. According to the prompt directory, this folder was found. It turned out that this folder was named after qt4. This time it was changed to qt.

problem solved

Of course, at this time, you will find that the two visual interfaces of spyder and anaconda cannot be opened. The reason is that pyqt5 has been deleted. Of course, jupyternotebook is still good. Of course, I hope other friends can solve this problem. Leave a message below

This is just a problem I encountered. The main problems on the Internet are the following:

https://blog.csdn.net/qiao1025566574/article/details/81037908

Guess you like

Origin blog.csdn.net/qq_34159161/article/details/109372007