Skip to content

ModuleNotFoundError: No module named 'typing_extensions' #130

@diocorreia

Description

@diocorreia

After updating my local repository with the version v0.7.8, I start getting the following message:

  File "/usr/local/lib/python3.8/dist-packages/bluetooth_mesh-0.7.8-py3.8.egg/bluetooth_mesh/utils.py", line 43, in <module>
    from typing_extensions import Protocol
ModuleNotFoundError: No module named 'typing_extensions'

I think the package is missing from setup.py. Solved the issue running pip3 install typing_extensions

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