Segmentation fault on mlab.figure()
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
I'm running Ubuntu 18.04 and have installed `mayavi2` via `apt install`
I tried to run a simple script:
```
from mayavi import mlab
mlab.figure()
```
However I keep running into a segmentation fault despite doing `export ETS_TOOLKIT=wx` as suggested in [here](https://github.com/enthought/mayavi/issues/450#issuecomment-255003728):

Any suggestions are appreciated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.