Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'typing_extensions' #130

Open
diocorreia opened this issue Jul 20, 2021 · 0 comments
Open

ModuleNotFoundError: No module named 'typing_extensions' #130

diocorreia opened this issue Jul 20, 2021 · 0 comments

Comments

@diocorreia
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant