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
If in that same container you run for example glxgears or python -c "import pyvista; print(pyvista.Report())" do they succeed? If they don't then you don't have 3D support working properly yet so pyvistaqt won't be able to set up a GL context to use.
I have built a container using podman and the following
Dockerfile
:When I start the container interactively, run
python3
andimport pyvistaqt
, I get a segfault with no error message.The text was updated successfully, but these errors were encountered: