Skip to content

recent change get issue where cannot find regex - should be a dependency #87

@ian-nicholls2-NHSD

Description

@ian-nicholls2-NHSD

have a basic install - was working a day or so ago now not - issue is:

$ tflocal
Traceback (most recent call last):
  File "/workspaces/gp-registration/.venv/bin/tflocal", line 28, in <module>
    import hcl2  # noqa: E402
  File "/workspaces/gp-registration/.venv/lib/python3.9/site-packages/hcl2/__init__.py", line 8, in <module>
    from .api import (
  File "/workspaces/gp-registration/.venv/lib/python3.9/site-packages/hcl2/api.py", line 6, in <module>
    from hcl2.transformer import DictTransformer
  File "/workspaces/gp-registration/.venv/lib/python3.9/site-packages/hcl2/transformer.py", line 12, in <module>
    from .reconstructor import reverse_quotes_within_interpolation
  File "/workspaces/gp-registration/.venv/lib/python3.9/site-packages/hcl2/reconstructor.py", line 12, in <module>
    from regex import regex

to fix this all I needed to do was pip install regex - so needs adding to required packages?

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