ModuleNotFoundError: No module named 'numpy2stl'
Hello,
I followed your instructions but when i try to use image2stl in command line i get the following error: Im using Linux Mint 18.2
image2stl leen.png
Traceback (most recent call last):
File "/usr/local/bin/image2stl", line 11, in
Any ideas how i can repair this? - Google does not know this error
Hi, I run into the same issue while trying stl_tools on a current python windows environment. Did you find a solution/workaround? Jens EDIT: works on Windows with Python 2.7...
Looks like the import should be from stl_tools.numpy2stl import numpy2stl editing it does the trick. Made a PR #14 but there are PRs in queue from several years ago so not sure how likely it is to be merged.