First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.)

click to hide/show revision 2
No.2 Revision

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.)

click to hide/show revision 3
No.3 Revision

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.)