From mayavi import mlab error

孤者浪人 提交于 2019-12-12 02:29:18

问题


I am new to using python and have had some trouble getting the mlab module within mayavi to work. In my script I can import mayavi just fine, but when I include the line: from mayavi import mlab

it produces the error:

Fatal Python error: PyThreadState_Get: no current thread Abort trap: 6

I have spent a few hours trying to fix this error, but have come up empty handed. Does anyone know why this line specifically crashes? I can import other modules just fine, but the mlab one doesn't work. Thanks!

来源:https://stackoverflow.com/questions/30995177/from-mayavi-import-mlab-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!