Hi Guys,
I am trying to create and save an STL file with a cube and I cannot import the mesh module for some reason. It is showing me the below error.
from stl import mesh
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-ff307699c9dc> in <module>
----> 1 from stl import mesh
ModuleNotFoundError: No module named 'stl'
How can I solve this error?