'Show 3D object: Why doesn't the "mesh.show" function work?

I use the mesh.show function from the Trimesh library to display my 3d object.

import Trimesh

mesh = trimesh.load('Example.obj')
mesh.show()

Unfortunately that doesn't work. Can someone help me there? Thank You



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source