-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
After running the recommended install command I receive the following error:
In [1]: import wildmeshing as wm
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-8703ac452926> in <module>
----> 1 import wildmeshing as wm
~/.local/lib/python3.9/site-packages/wildmeshing/__init__.py in <module>
4 from .wildmeshing import boolean_operation
5 from .wildmeshing import Tetrahedralizer
----> 6 from .triangulate_svg import triangulate_svg
~/.local/lib/python3.9/site-packages/wildmeshing/triangulate_svg.py in <module>
1 import json
2 import math
----> 3 import wildmeshing.parse_svg.svgpathtools as svg
4 import numpy as np
5
ModuleNotFoundError: No module named 'wildmeshing.parse_svg'
Metadata
Metadata
Assignees
Labels
No labels