ubuntu -windows 3D#1045
-
Hi, I have tried to run simple code on Ubuntu (VMware® Workstation 17 Pro, 17.6.3 build) Miniconda Spyder and Anaconda Spyder on Windows , what should be a very similar setup for running gempy , below, but when i try to print out 3D on Ubuntu there seem to be 3D rendering problmes FOR COMPARISON : Windows : Python version : 3.12.7 Spyder Version Check: GemPy Version & Engine Info: GemPy Model & Engine Backend: Ubuntu: %runcell -i 0 /home/marin/geomodeling/untitled0.py Python version : 3.11.13 Spyder Version Check: GemPy Version & Engine Info: On ubuntu seems there is an issue with 3d rendering this works on windows gpv.plot_3d(geo_model, image=False, plotter_type='basic', show_points=False, show_orientations=False) In addition, I have tried on ubuntu : from gempy_viewer import plot_2d (plot_2d actually works ) from gempy_viewer import plot_3dn (plot_3d doesn't work) I got errors under (3d rendering)
pgsql
lua 3.VTK and PyVista rendering failed:V vbnet Kernel crashed during plot_3d():
Question: Is there a way to make 3d geomodel rendering/visualization ? rgds Marin Mirosevic |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 3 comments 1 reply
-
Hi@MarinCronograph, I am not an ubuntu user/expert so I might not be able to help much- It looks like their is a driver issue, specifically with the Mesa 3D graphics drivers that are required for VTK/Pyvista. Maybe Google can help to set this up properly? Can you do static 3D plots or is the whole thing not working. And can you try plotting something unrelated to gempy with pyvista (e.g. from their examples) to check if the error persists? Cheers, |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi@javoha, Thanks for your answer I am trying another way now and it seems it works so I will update you further if that's ok . rgds Marin Mirosevic |
BetaWas this translation helpful?Give feedback.
All reactions
-
Happy to hear that it works now! |
BetaWas this translation helpful?Give feedback.
All reactions
-
@javoha I will update you , now exploring other things. But shall come to that for sure . |
BetaWas this translation helpful?Give feedback.