Skip to content

ModuleNotFoundError: No module named 'regex' #6

Description

@wchill

Installed DragonBuild using the provided install script.

When attempting to run dragon s to specify my device, I get this traceback after punching in the IP/port:

Traceback (most recent call last):
  File "/Users/wchill/.dragonbuild//DragonGen/DragonGen.py", line 14, in <module>
    import regex
ModuleNotFoundError: No module named 'regex'

I assume that's referring to this PyPi project https://pypi.org/project/regex/. However, I took a look at DragonGen.py and don't see why it would need this instead of relying on the built in re module. If regex is really needed, it should probably be installed as part of the installation script.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions