wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.

Home Page:http://numpy-stl.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'stl' has no attribute 'BaseStl

Adarsh2425 opened this issue · comments

Adarsh2425 ➜ /workspaces/Slicer-for-multi-toolhead-application (main) $ /home/codespace/.python/current/bin/python3 /workspaces/Slicer-for-multi-toolhead-application/imex_slicer.py
Traceback (most recent call last):
File "/workspaces/Slicer-for-multi-toolhead-application/imex_slicer.py", line 15, in
from stl import mesh
File "/home/codespace/.python/current/lib/python3.10/site-packages/stl/mesh.py", line 4, in
class mesh(stl.BaseStl):
AttributeError: module 'stl' has no attribute 'BaseStl

i dont know what to do now

In most cases this is because a conflict with the stl package.
Take a look at this issue for more info: #55 (comment)