How to install mesh in my python environment

C:\Users\user\anaconda3\python.exe “C:\Python progs\grayscaljpgtostl.py”
Traceback (most recent call last):
File “C:\Python progs\grayscaljpgtostl.py”, line 3, in
from stl import mesh
ModuleNotFoundError: No module named ‘stl’

tells me i need to install mesh in my environment but I cant find it in possible environment installs

1 Like

you may need to use pip to install it into your conda environment - if there is not a conda package built for it.