Ask Your Question

Revision history [back]

Maybe "NumPy-stlis the right package to use: https://pypi.org/project/numpy-stl/, documentation here: https://numpy-stl.readthedocs.io/en/latest/. I don't know exactly how anaconda works, but try to make sure that anaconda is activated and runpip install numpy-stl`. Test it by running Sage and seeing if

import numpy
from stl import mesh

works.

(The package https://python-stl.readthedocs.io/en/latest/ has not been updated recently — last in 2014. So probably not the right choice.)

Maybe "NumPy-stlis the right package to use: https://pypi.org/project/numpy-stl/, documentation here: https://numpy-stl.readthedocs.io/en/latest/. I don't know exactly how anaconda works, but try to make sure that anaconda is activated and runpip install numpy-stl`. Test it by running Sage and seeing if

import numpy
from stl import mesh

works.

(The package https://python-stl.readthedocs.io/en/latest/ has not been updated recently — last in 2014. So probably not the right choice.)

Maybe "NumPy-stl"NumPy-stl" is the right package to use: https://pypi.org/project/numpy-stl/, documentation here: https://numpy-stl.readthedocs.io/en/latest/. I don't know exactly how anaconda works, but try to make sure that anaconda is activated and runrun pip install numpy-stl`. numpy-stl. Test it by running Sage and seeing if

from stl import mesh

works.

(The package https://python-stl.readthedocs.io/en/latest/ has not been updated recently — last in 2014. So probably not the right choice.)