Skip to content

ModuleNotFoundError: No module named 'typing_extensions' #31

@aspenboy

Description

@aspenboy

Hi there,

I'm trying to use VRT with Playwright. VRT version is 4.9.0, my python version is 3.11.2. Here's what happens when I try to run my tests:

    from visual_regression_tracker.playwright import PlaywrightVisualRegressionTracker
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    import base64
    import dataclasses
    import pathlib
    
    from typing import Union, List
>   from typing_extensions import Literal
E   ModuleNotFoundError: No module named 'typing_extensions'

venv/lib/python3.11/site-packages/visual_regression_tracker/playwright.py:6: ModuleNotFoundError

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