enthought / mayavi

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

MAINT: test installations #1215

Closed homosapien-lcy closed 1 year ago

homosapien-lcy commented 1 year ago

The CI test fails due to a missing package (such as issue #1214 ), open this branch to test the solutions.

homosapien-lcy commented 1 year ago

OK, now we don't have a denpendency issue with qt5-default, but comes our good old friend python segmentation fault (details in github action)... Just need to figure that out

homosapien-lcy commented 1 year ago

Wow, I just realized it's not even the same segfault (this one comes from GetCellLengthComputationMode), interesting...

homosapien-lcy commented 1 year ago

@mdickinson I found that mayavi actually past the test in issue #1199 (that ci test is past on Jan 13th though, sth should have happened in between)

yoda-vid commented 1 year ago

Is #1209 related to this? I've encountered inconsistent segfaults during installation that I haven't pinned down but wonder if it's a resource/memory related issue.

prabhuramachandran commented 1 year ago

This is already present in #1199 so closing.