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