Skip to content

Missing module #8

Description

@tanderson92

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions