You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seem that new version of vtk(vtk==9.2) crashes with pyqt5.
I have usually run the visualization script(multical vis) on Docker container and have never experienced any problem on that environment.
But recently, when I made new Docker image to update multical for my custom update on multical, the visualization script(multical vis) crashed.
So I carefully went over the version difference between the previous images and the new image, and finally figured out that the new version of vtk(vtk==9.2) is the problem!
Downgrading vtk to 9.1.0 solves the visualization crash!
The text was updated successfully, but these errors were encountered:
It seem that new version of vtk(vtk==9.2) crashes with pyqt5.
I have usually run the visualization script(multical vis) on Docker container and have never experienced any problem on that environment.
But recently, when I made new Docker image to update multical for my custom update on multical, the visualization script(multical vis) crashed.
So I carefully went over the version difference between the previous images and the new image, and finally figured out that the new version of vtk(vtk==9.2) is the problem!
Downgrading vtk to 9.1.0 solves the visualization crash!
The text was updated successfully, but these errors were encountered: